`npm start` does not run `gulp-watch` (Windows)
Description I can sorta build the project, but I'm stuck on two issues:
- Doing
npm start
does not actually host it locally for me, but it does seem to generate all the website files. - When I open the index html file, it looks like it's missing all the styles for some reason.
Environment I've met the criteria mentioned under 'Requirements':
- Windows 10 Home 64 bit
- Terminal
- git version 2.39.1.windows.1
- Node 16.0.0 installed through nvm
- VS Code 1.75.1
Steps to reproduce
Download and clone project, main branch npm install
then npm start
.
Expected Results I expected to see the site build and run on localhost:(something).
Actual Results
- I don't see a line in my terminal that says
Local:
- If I open the index.html file manually, the site looks weird. It doesn't have any styling on it.