You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.
Trying to create a brand new project using yo fabricator, it creates the readme.md then exists with this error. Yeoman version is 1.4.6.
? What do you want to call your framework? project
create README.md
npm ERR! Darwin 14.3.0
npm ERR! argv "node""/usr/local/bin/npm""start"
npm ERR! node v0.12.2
npm ERR! npm v2.7.5
npm ERR! path /Users/lpotter/Development/project/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! enoent ENOENT, open '/Users/lpotter/Development/project/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /Users/lpotter/Development/project/npm-debug.log
npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/local/bin/node
5 verbose stack Error: ENOENT, open '/Users/lpotter/Development/project/package.json'
5 verbose stack at Error (native)
6 verbose cwd /Users/lpotter/Development/project
7 error Darwin 14.3.0
8 error argv "node" "/usr/local/bin/npm" "start"
9 error node v0.12.2
10 error npm v2.7.5
11 error path /Users/lpotter/Development/project/package.json
12 error code ENOENT
13 error errno -2
14 error enoent ENOENT, open '/Users/lpotter/Development/project/package.json'
14 error enoent This is most likely not a problem with npm itself
14 error enoent and is related to npm not being able to find a file.
15 verbose exit [ -2, true ]
The text was updated successfully, but these errors were encountered:
Trying to create a brand new project using
yo fabricator
, it creates the readme.md then exists with this error. Yeoman version is 1.4.6.npm-debug.log
The text was updated successfully, but these errors were encountered: