Skip to content

Running new-backend on Windows machines with Node > 16.x #906

Answered by Hallbergs
perosoderstrom asked this question in Q&A
Discussion options

You must be logged in to vote

I've seen this issue on Windows-machines as well. Seems to be Node > 16.x related. I fixed it by changing the following:
"dev": "nodemon server --exec babel-node --config .nodemonrc.json", to
"dev": "nodemon server --exec ./node_modules/.bin/babel-node --config .nodemonrc.json",

A more long-term solution is coming up!

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jacobwod
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@perosoderstrom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #905 on November 12, 2021 09:34.