-
**Steps to reproduce:**
- Install nodemon `npm install -g nodemon`
- change pump.io settings to `children: 1`
- run pump with nodemon `nodemon bin/pump -c pump-config.json`
- change a file: exa…
ghost updated
6 years ago
-
Hi there,
I just started using this package. Before i was using nodemon npm package. The package is working fine but when stopping the process an exception is thrown: Spatie\Watcher\Exceptions\CouldN…
-
Hi @candicerimba 👋
I'm Havit from AdaKerja. Thanks for the submission.
I tried to clone the repo. Test is good ✅
```
➜ adakerja-node-interview git:(master) npm test
> adakerja-node-int…
-
I saw your issue https://github.com/nestjs/nest/issues/11010 and I encountered the same problem, start:dev can't run in docker, I ended up using **nodemon** instead of **star:dev**
### This might n…
-
We need a boiler plate package.json files ideally instead of running npm create vite@latest we might be able to just copy the package.json and run npm install.
### Root package
* should include m…
-
我想找个node服务模版发现了这个项目, 但是yarn run dev跑不起来
![image](https://user-images.githubusercontent.com/15233384/211278767-fda595d2-a7c2-41ec-8e8e-048b1d6e0d6d.png)
-
Crashes with 2ec81ba5868a326182ce865fbf42f7797d0cba9b
```
% npm run dev
> bb-practicum-team-1-back@1.0.0 dev
> nodemon src/server.js
[nodemon] 2.0.21
[nodemon] to restart at any time, enter …
-
I start my relay server using npm run relay:
```
[nodemon] starting `node ./relay-server/index.js`
[RealtimeRelay] Listening on ws://localhost:8081
```
I edit my .env:
```
OPENAI_API_K…
-
Hi.
First of all, thanks a lot for this template. It's excellent to have it.
Would it be possible to add a hot reload to it? Would be great if its re-build and re-started automatically.
I …
-
Hola Nico gracias por tu clase de Docker 😁
Al llamar a `node index.js`
Me salta el error,
pensé que era por "express"
lo descargue aparte con npm
y el error persiste,
cambié las rutas de la…