complete-javascript-course
complete-javascript-course copied to clipboard
Parcel start not doing anything
Hello, I am in the last section - 18, and when I run npm start or npx parcel index.html in powershell, it doesn't do anything, not even any errors occur. Does anyone know what to do with it? I have already tried to reinstall parcel and many other things, but none of them worked...
having this same issue
it seems this parcel thing and different versions of it make this problems.
I also get this problem .wuwuwuwuwuuwuwu.I follow the teacher Jonas step by step .but it don't work .
try uninstalling parcel first -> npm uninstall parcel then rerun -> npm start worked for me.
However u myt need to start the whole process from installing by doing this -> npm i parcel -D rather than this -> npm i parcel@2 -D.
All the best ; )