-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm start doesnt work if i make any changes in the html files/any other files #66
Comments
npm build is not a valid command. If you are just changing static files i.e. Browser JS and HTML files (not server.js) you shouldn't even need to restart the NPM server. |
@hackyguru try either running |
i am doing npm install and npm start - it works. but if i try to change any of the html files for example , landing.html and then close vs code and start again to do npm start.... it doesnt work :/ what could be the reason.. im encountering this fr the first time |
Are you saving the files? Your browser could also be caching old versions of the files. Try a force refresh (google the command) |
Hi how can i use it with localhost on xampserver? |
Hey, I'm afraid you can't :/ To run it, you have to install Once these two are installed, you can type |
I don't know what is the problem :/ the npm start command doesnt work after changing anything in html or any file. for instance , if i just rename the title of the landing.html and close vs code and open it again and then do npm build , it doesnt work. if i clone the repo again , its fine but the same thing happens if i change something
The text was updated successfully, but these errors were encountered: