#VScode terminal help(windows)

1 messages · Page 1 of 1 (latest)

main stag
#

hey guys thanks in advance for your help.

I am wanting to do the Spotify 2.0 react project on YouTube (should be easy to search if that will help)

In the beginning of the video a zip file is provided for download so are GitHub files. I went the zip file route and downloaded, unzipped it, and then drag and dropped that folder into VS code. All files showed up just fine.

The video then instructs that I run npm install in the terminal of VSCode(I am on windows) when I do so less installs than what it shows in the terminal on the video(wondering why and if that's the beginning of the issue) it's very possible that I haven't downloaded all the languages needed into node yet?

Anyways then the video instructs that I type "npm run dev" which is one of the scripts in the node file. This returns an error and says dev cannot be found.

lunar rock
#

There should be a "dev" entry in the "scripts" portion of your package.json file.

Do you have this file?