-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
蒋巍
committed
Oct 30, 2017
1 parent
bc3f12f
commit 48eecf1
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'dev' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose config Skipping project config: /Users/jiangwei/.npmrc. (matches userconfig) | ||
5 verbose stack Error: ENOENT: no such file or directory, open '/Users/jiangwei/package.json' | ||
5 verbose stack at Error (native) | ||
6 verbose cwd /Users/jiangwei/Desktop/eBooks/eBooks | ||
7 error Darwin 16.7.0 | ||
8 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev" | ||
9 error node v6.6.0 | ||
10 error npm v3.10.3 | ||
11 error path /Users/jiangwei/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/jiangwei/package.json' | ||
16 error enoent ENOENT: no such file or directory, open '/Users/jiangwei/package.json' | ||
16 error enoent This is most likely not a problem with npm itself | ||
16 error enoent and is related to npm not being able to find a file. | ||
17 verbose exit [ -2, true ] |