-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
17 changed files
with
2,547 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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,22 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/home/spxiaomin/nvm/versions/node/v6.10.0/bin/node', | ||
1 verbose cli '/home/spxiaomin/nvm/versions/node/v6.10.0/bin/npm', | ||
1 verbose cli 'start' ] | ||
2 info using npm@3.10.10 | ||
3 info using node@v6.10.0 | ||
4 verbose stack Error: ENOENT: no such file or directory, open '/home/spxiaomin/gitProject/React/package.json' | ||
4 verbose stack at Error (native) | ||
5 verbose cwd /home/spxiaomin/gitProject/React | ||
6 error Linux 4.8.0-59-generic | ||
7 error argv "/home/spxiaomin/nvm/versions/node/v6.10.0/bin/node" "/home/spxiaomin/nvm/versions/node/v6.10.0/bin/npm" "start" | ||
8 error node v6.10.0 | ||
9 error npm v3.10.10 | ||
10 error path /home/spxiaomin/gitProject/React/package.json | ||
11 error code ENOENT | ||
12 error errno -2 | ||
13 error syscall open | ||
14 error enoent ENOENT: no such file or directory, open '/home/spxiaomin/gitProject/React/package.json' | ||
15 error enoent ENOENT: no such file or directory, open '/home/spxiaomin/gitProject/React/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 ] |
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 @@ | ||
# See https://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
Oops, something went wrong.