Error on npm install
-
Hey! I'm pretty new when it comes to Linux but understand the basics. I'm running Debian 10 and followed the instructions based on Debian 9 but changed some things to make it work on 10 but for some reason when running "npm install" I get the error below. I've done some googling but unable to find anything to fix it.
-
@heyDxn hello, that is just a deprecated warning, ignore it you should be fine
-
@NeHo hey thank you for getting back to me!! I continued with the installation and now its just getting stuck on populating MongoDB, gets to Colors done and then just stays there, left it for 10-15 minutes and it didn't move. No errors show or anything...
-
your system should have 2+ gb of ram, maybe I messed up something try to run in multiple times, this db seed is always a problem I have to solve it for future installs. Just try to run node dbseed multiple times I hope it works, if not let me know we will figure out something
-
@NeHo I’ve got 8gb ram on the vps I’m setting it up on so the ram shouldn’t be an issue. I’ve ran it multiple times and it still gets stuck after saying colors done
-
So I checked the collections on the mongo database and it seems like everything may have been seeded correctly but not 100% as there’s things in there that weren’t said in the node dbseed.js thing. I emptied the collection and tried running the command again and it still froze up. I tried started it with npm start and it got the error message below.
Had to upload on imgur because it wasn’t allowing to post here
-
@heyDxn what is your node version? type
node -v
-
@NeHo v14.21.3