npm / support-cli

File your support requests for the npm CLI here!
5 stars 6 forks source link

help me plz #13

Closed ranafaheem closed 7 years ago

ranafaheem commented 8 years ago

npm-debug.log:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/iojs', '/usr/local/bin/npm', 'start' ]
2 info using npm@2.14.3
3 info using node@v3.3.1
4 verbose config Skipping project config: /Users/RanaFaheem/.npmrc. (matches userconfig)
5 verbose stack Error: ENOENT: no such file or directory, open '/Users/RanaFaheem/package.json'
5 verbose stack     at Error (native)
6 verbose cwd /Users/RanaFaheem/TutorialOnNodeJs/TutorialOnNodeJs
7 error Darwin 14.5.0
8 error argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "start"
9 error node v3.3.1
10 error npm  v2.14.3
11 error path /Users/RanaFaheem/package.json
12 error code ENOENT
13 error errno -2
14 error syscall open
15 error enoent ENOENT: no such file or directory, open '/Users/RanaFaheem/package.json'
15 error enoent This is most likely not a problem with npm itself
15 error enoent and is related to npm not being able to find a file.
16 verbose exit [ -2, true ]
kenany commented 8 years ago

Hello @ranafaheem! Does /Users/RanaFaheem/package.json exist? If not, then can you explain what you are expecting to happen when you run npm start in a directory which does not contain a package.json?