Closed Jarrku closed 6 years ago
I get the following error when running npm run dev
with command prompt + git for windows:
It works fine with Bash on Ubuntu on Windows, so it is not really a problem for me. @LydiaVuj you are using Windows as well right?
I got it to work on cmd but cant get it working with one solution for both platforms.
If you have to use cmd, you can paste in the following snippet in nodemon.json and then we can add it to gitignore to ignore further changes to it.
nodemon.json
{
"watch": ["server/**/*.ts"],
"execMap": {
"ts": "ts-node --compilerOptions \"{\"\"module\"\":\"\"commonjs\"\"}\""
}
}
Initial setup + packages that we discussed to use already included.