-
Notifications
You must be signed in to change notification settings - Fork 0
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
Roy
committed
Jun 16, 2017
1 parent
20deb97
commit 783137c
Showing
1 changed file
with
24 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'run', 'docs' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose stack Error: missing script: docs | ||
4 verbose stack at run (/usr/lib/node_modules/npm/lib/run-script.js:151:19) | ||
4 verbose stack at /usr/lib/node_modules/npm/lib/run-script.js:61:5 | ||
4 verbose stack at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:356:5 | ||
4 verbose stack at checkBinReferences_ (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:320:45) | ||
4 verbose stack at final (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:354:3) | ||
4 verbose stack at then (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:124:5) | ||
4 verbose stack at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:311:12 | ||
4 verbose stack at /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16 | ||
4 verbose stack at tryToString (fs.js:456:3) | ||
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:443:12) | ||
5 verbose cwd /home/roy/Vue Projects/reddit-art | ||
6 error Linux 4.4.0-79-generic | ||
7 error argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "docs" | ||
8 error node v6.11.0 | ||
9 error npm v3.10.10 | ||
10 error missing script: docs | ||
11 error If you need help, you may report this error at: | ||
11 error <https://github.com/npm/npm/issues> | ||
12 verbose exit [ 1, true ] |