-
Suggested Solution:
Add nodemon to the devDependencies section of package.json
-
-
### Describe the Bug (버그 설명)
I have tried to clone and use this project according to readme.md instructions but I consistently get a “[nodemon] app crashed - waiting for file changes before startin…
-
Auth and signup Request failed with status code 404
Starting a PostgreSQL dev database (based on your Wasp config) ✨
Additional info:
ℹ Connection URL, in case you might want to connect with e…
-
Trying to install (have Nodemon installed manually local, not global) I get this error when trying to install cofounder using the suggested prompt:
npx @openinterface/cofounder
```
[nodemon] st…
-
For funsies, I upgraded node in my container and ran `master` against it. It seemed to load OK, with a warning about `punycode`:
```
bash-5.2# node --version
v22.10.0
bash-5.2# make dev
[nodemon] 3.1…
-
### Describe the bug
I can't install nodemon
Result:
`npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/nodemon/node_modules/chokidar
npm ERR! errno -13
…
-
using alma linux, I am new with mongodb and npm sorry xD
[nodemon] 3.1.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,cjs,js…
-
nodemon crashed while connecting with local `mongoDB.
> `[nodemon] app crashed - waiting for file changes before starting...`
-
现在开发一个前后分离的网站的步骤大概是:
- 在一个 tab 里: nodemon server.js
- 在另一个 tab 里: webpack --watch 之类的
大概想实现的就是执行 packmon server.js 同时运行这两个