code-with-us-angular-quickstart
code-with-us-angular-quickstart copied to clipboard
Got error on npm install. Any advice on how to correct it would be appreciated.
Your environment has been set up for using Node.js 6.10.0 (x64) and npm.
C:\Users\Me>npm install desktop/projects/code-with-us
C:\Users\Me
-- [email protected] -- UNMET PEER DEPENDENCY [email protected]
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Me\package.json' npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed. npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed. npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed. npm WARN Me No description npm WARN Me No repository field. npm WARN Me No README data npm WARN Me No license field.
C:\Users\Me>
Don't know if you're a victim of the same 'stupid' mistake as myself, but I was in the wrong folder when issuing the command.
I downloaded the zip and extracted it to a folder on my D-drive, but didn't realize that there was another directory named 'code-with-us-angular-quickstart' below the root folder. When cd'ing into this directory and running the command, all was good!
Hth! Jon