webxdc / webxdc-dev

A development server for webxdc apps
The Unlicense
20 stars 4 forks source link

Unable to start dev server #26

Closed Septias closed 2 years ago

Septias commented 2 years ago

I would like to help developing webxdc-dev but I'm unable to even start the basic project:

image

Steps to reproduce:

I'm running node v. 18.7 which might cause problems?

faassen commented 2 years ago

Have you tried with npm? I don't think there's a pnmp lock file so it won't install the right versions. I don't think we should use multiple installation tools to develop this project and everything has been developed with npm.

Septias commented 2 years ago

I also tried using npm which did not work. I can give it another try later

faassen commented 2 years ago

Okay, npm not working is definitely an issue! I tried to reproduce it by removing node_modules, doing a new npm install but it's working for me so I'm curious to see what's the difference. I'm on npm 8.11.0.