-
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…
-
20:52:22 [vite] http proxy error at /api/auth/signup:
Error: connect ECONNREFUSED ::1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
-
Hi,
Nodemon is used in this repo to run the server side app, but nodemon is not listed under dependencies section anywhere. So when trying to up server is just breaks due to non-availability of nod…
-
-
I just have this error everytime I try to npm run start
[nodemon] app crashed - waiting for file changes before starting...
-
My terminal is throwing out some random chunk of error, I don't quite understand it, so can anyone help fix it ? here it is:
┌──(skittlesjnr㉿kalisk)-[~/Documents/KTUAPI/api]
└─$ npm run dev …
-
delete is not working
-
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
…
-
![局部截取_20241025_111724](https://github.com/user-attachments/assets/8711b611-8a92-4bb7-82c7-2a7b2834e0c1)
-
hi, thanks for this great work! i'm getting this everytime i run 'yarn start':
❯ yarn start
yarn run v1.22.4
$ nodemon ./src/index.ts
[nodemon] 2.0.1
[nodemon] to restart at any time, enter `rs…