You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why dependencies and devDependencies have opposite to normal meaning in package.json?
I mean, dependencies should contain what is necessary to work and devDependencies - what is necessary for testing.
My problem is that @types/node package is installed in my app with the last version and that's what I don't need and it adds problems.
The text was updated successfully, but these errors were encountered:
Why
dependencies
anddevDependencies
have opposite to normal meaning inpackage.json
?I mean,
dependencies
should contain what is necessary to work anddevDependencies
- what is necessary for testing.My problem is that
@types/node
package is installed in my app with the last version and that's what I don't need and it adds problems.The text was updated successfully, but these errors were encountered: