code-with-us-angular-quickstart icon indicating copy to clipboard operation
code-with-us-angular-quickstart copied to clipboard

Got error on npm install. Any advice on how to correct it would be appreciated.

Open ghost opened this issue 8 years ago • 1 comments

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>

ghost avatar Mar 16 '17 19:03 ghost

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

yonzo avatar May 02 '17 13:05 yonzo