-
Below is my docker compose file, I added restart policy as always for every service. My expected behavior is that when the chaos engineer kill one of the containers, it would automatically restart. Ho…
-
Tendo o Nodemon como um monitor de scripts Node o projeto ficará mais rápido para se adaptar às mudanças no código
-
Perhaps you're using a global nodemon install (?) but adding it to devDependencies in the package.json would have been better for me...
Great course btw!
-
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Er…
-
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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Found a strange bug today, if nodemon is running, the knex migrations will sometimes fail and output 'Already up to date' even if there are new migrations. Here is a [StackOverflow thread](https://sta…
-
Can we use `nodemon index.js` instead of `node index.js` in the Dockerfile (will have to do `RUN npm install nodemon` or add it to `package.json`)
-
this is the code from the recipe:
```
return nodemon({
script: './bin/www',
env: { 'NODE_ENV': 'development' },
watch: ['./app.js']
})
```
might be the fact that my script file is `'./bi…
ghost updated
8 years ago
-
```
D:\node_works\Ai-pptx\express>pnpm run express
> express@1.0.0 express D:\node_works\Ai-pptx\express
> nodemon src/app.ts
[nodemon] 3.1.2
[nodemon] to restart at any time, enter `rs`
[…