tomphttp / bare-server-node

TompHTTP Bare server in the Node runtime
GNU General Public License v3.0
72 stars 122 forks source link

Instalation error. #14

Closed ghost closed 1 year ago

ghost commented 1 year ago

Greetings. I try to install it on replit by running npm install --global @tomphttp/bare-server-node and also with npm install in this repo (on a cloned instance) it seems that it gives lots of errors that, in this case, could tell that dependencies instalation has failed. In the log, it says that bare-server-node is not found in npm registry when running npx bare-server-node Please, fix this as soon as possible (if you have time) so I can fix my bare server Also, as an alternative (i prefer this solution), I would like you to look into my repo GeneralMathsMOD so you can help me to fix package-lock.json and package.json so I can implement my bare automatically without creating a remote bare server (as I prefer it locally inside the repo). Something Fails in my bare server instalation inside that repository This part has been fixed :) Thank you so much. Hope you can solve this issue. Greetings from: ModdedStuffGuy

ghost commented 1 year ago

I solved the issue.