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 text was updated successfully, but these errors were encountered:
daniela-mateescu
changed the title
"site-dev-server" script doesn't work after upgrading to node 9.8.0
"site-dev-server" script doesn't work after upgrading to npm9.8.0
Nov 27, 2023
daniela-mateescu
changed the title
"site-dev-server" script doesn't work after upgrading to npm9.8.0
"site-dev-server" script doesn't work after upgrading to npm 9.8.0
Nov 27, 2023
Good find. I believe the script should just use npm exec or npx and not worry about where/how the node packages are executed.
This should be a quick fix, I'll experiment and put a PR soon.
When running
site-dev server
I get the following error:This line is causing the problem:
If I comment this line, the application starts.
I have npm version
9.8.0
The problem is that the
npm bin
command it doesn't exists anymore in this npm version As you can see:on their official web page: https://docs.npmjs.com/cli/v7/commands/npm-bin
The text was updated successfully, but these errors were encountered: