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
cross-env ideally should be listed only once and as a normal dependency
Actual Behavior
I created a fresh fly-io app and after deployment I got "cross-env not found" error after running the default "npm start", after short investigation, it's listed 2 times in both "dependencies" and "devDependencies" section which apparently breaks it
after removing it from "devDependencies" and reinstalling modules I got it working
The text was updated successfully, but these errors were encountered:
Reproduction
https://github.com/remix-run/remix/blob/main/templates/express/package.json#L34
System Info
*
Used Package Manager
npm
Expected Behavior
cross-env ideally should be listed only once and as a normal dependency
Actual Behavior
I created a fresh fly-io app and after deployment I got "cross-env not found" error after running the default "npm start", after short investigation, it's listed 2 times in both "dependencies" and "devDependencies" section which apparently breaks it
after removing it from "devDependencies" and reinstalling modules I got it working
The text was updated successfully, but these errors were encountered: