pluralsight / web-dev-starter

302 stars 509 forks source link

Empty NPM File #20

Open saedarm opened 3 years ago

saedarm commented 3 years ago

I start by cloning a web-dev-starter repo into a directory:

git clone https://github.com/pluralsight/web-dev-starter.git

I do npm install

Now when I clone repo, the Script.js file is empty

So maybe that's where the problem lies.

I've tried running npm install --save-dev lite-server to make sure node modules contain this

however, when I run "NPM Run Start" I see How do you want to open this file: image

and then if I choose visual studio to open file

it opens C:\windows\system32\npm (a file with no extension)

Empty file:

image

what do I do here?