-
` "start": "if [[ $NODE_ENV == 'production' ]]; then node ./bin/www; else nodemon ./bin/www; fi"`
get error
`> if [[ $NODE_ENV == 'production' ]]; then node ./bin/www; else nodemon ./bin/www; …
-
E:\zhf\work\test\test\study\node\fastify-api-clone\fastify-api>
> fastify-api@1.0.0 start E:\zhf\work\test\test\study\node\fast
tify-api
> ./node_modules/nodemon/bin/nodemon.js ./src/index.js
…
-
npm ERR! file C:\Program Files\nodejs;
npm ERR! path C:\Program Files\nodejs;
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn C:\Program Files\nodejs;
npm ERR! nodemon@1.18.…
-
Steps:
1) cloned repo
2) npm install .
3) Run npm start
Step 3 fails when connecting to mongoDB. The env variable process.env.MONGO_URI is undefined.
$ npm start
> helmets@1.0.0 start
…
-
nodemon app crashed waiting for file changes before starting - как решить данную проблему? Все перепробовал, не получается
-
Is it possible to use browsersync and nodemon with this setup?
-
delete is not working
-
Hi.
I get this error when deploying locally:
```
web_1 | yarn run v1.22.19
web_1 | $ nodemon src/server.ts -w src
web_1 | /bin/sh: nodemon: not found
web_1 | error Command failed…
-
Hi there I cant start nodemon... Can you check to please my rep in order to verify if something its wrong...?
How about an upgrade to version 9 ?
And the pkg?
Any result for your side.
Thank…
-
we sick 🤮 of restarting local node app everytime make a change and wanna test.