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
The package.json should have separate dependencies and devDependencies depending on what deps are needed in production and what dependencies are needed for local development.
The
package.json
should have separatedependencies
anddevDependencies
depending on what deps are needed in production and what dependencies are needed for local development.I would separate the
package.json
here.See here for an example of this.
The text was updated successfully, but these errors were encountered: