Unable to start dev server
Septias opened this issue · 3 comments
Septias commented
faassen commented
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
I also tried using npm which did not work.
I can give it another try later
faassen commented
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
.