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
$NODE_DEBUG_OPTION is an environment variable used to debug in an IDE like webstorm. If you go to the nodemon.json in the project and remove #NODE_DEBUG_OPTION from the "exec" property in the JSON. It will run as you expect. Alternatively, you can also set the variable in your IDE.
@ianrussel I have encountered this error in windows 10 and as a solution in package.json under scripts: {
dev: ./node_modules/.bin/webpack-dev-server } gave the following code where node $NODE_DEBUG_OPTION has been removed as its used for webstorm. It worked fine.
Any one has encountered this? I am on windows 10. It seems that server side cant run with this error
The text was updated successfully, but these errors were encountered: