@Types are stored as dependencies in package.json causing conflicts. These conflicts are due to @types/node being added which may conflict with the locally defined global variables. They should be moved to the dev dependencies.
@types are stored as dependencies in package.json causing conflicts.
These conflicts are due to @types/node being added which may conflict with the locally defined global variables.
They should be moved to the dev dependencies.