forked from bleenco/ngx-uploader
-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
56 additions
and
39 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,56 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/local/Cellar/node/5.10.1/bin/node', | ||
1 verbose cli '/usr/local/bin/npm', | ||
1 verbose cli 'publish' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose publish [ '.' ] | ||
5 silly cache add args [ '.', null ] | ||
6 verbose cache add spec . | ||
7 silly cache add parsed spec Result { | ||
7 silly cache add raw: '.', | ||
7 silly cache add scope: null, | ||
7 silly cache add name: null, | ||
7 silly cache add rawSpec: '.', | ||
7 silly cache add spec: '/Users/jan/Dev/github/ng2-uploader', | ||
7 silly cache add type: 'directory' } | ||
8 verbose addLocalDirectory /Users/jan/.npm/ng2-uploader/0.5.2/package.tgz not in flight; packing | ||
9 verbose correctMkdir /Users/jan/.npm correctMkdir not in flight; initializing | ||
10 info lifecycle [email protected]~prepublish: [email protected] | ||
11 verbose lifecycle [email protected]~prepublish: unsafe-perm in lifecycle true | ||
12 verbose lifecycle [email protected]~prepublish: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/jan/Dev/github/ng2-uploader/node_modules/.bin:/usr/local/Cellar/node/5.10.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | ||
13 verbose lifecycle [email protected]~prepublish: CWD: /Users/jan/Dev/github/ng2-uploader | ||
14 silly lifecycle [email protected]~prepublish: Args: [ '-c', 'tsc && node make.js' ] | ||
15 info lifecycle [email protected]~prepublish: Failed to exec prepublish script | ||
16 error addLocal Could not install /Users/jan/Dev/github/ng2-uploader | ||
17 verbose stack Error: [email protected] prepublish: `tsc && node make.js` | ||
17 verbose stack spawn ENOENT | ||
17 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16) | ||
17 verbose stack at emitTwo (events.js:106:13) | ||
17 verbose stack at ChildProcess.emit (events.js:191:7) | ||
17 verbose stack at maybeClose (internal/child_process.js:852:16) | ||
17 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) | ||
18 verbose pkgid [email protected] | ||
19 verbose cwd /Users/jan/Dev/github/ng2-uploader | ||
20 error Darwin 15.5.0 | ||
21 error argv "/usr/local/Cellar/node/5.10.1/bin/node" "/usr/local/bin/npm" "publish" | ||
22 error node v6.2.1 | ||
23 error npm v3.9.3 | ||
24 error file sh | ||
25 error code ELIFECYCLE | ||
26 error errno ENOENT | ||
27 error syscall spawn | ||
28 error [email protected] prepublish: `tsc && node make.js` | ||
28 error spawn ENOENT | ||
29 error Failed at the [email protected] prepublish script 'tsc && node make.js'. | ||
29 error Make sure you have the latest version of node.js and npm installed. | ||
29 error If you do, this is most likely a problem with the ng2-uploader package, | ||
29 error not with npm itself. | ||
29 error Tell the author that this fails on your system: | ||
29 error tsc && node make.js | ||
29 error You can get information on how to open an issue for this project with: | ||
29 error npm bugs ng2-uploader | ||
29 error Or if that isn't available, you can get their info via: | ||
29 error npm owner ls ng2-uploader | ||
29 error There is likely additional logging output above. | ||
30 verbose exit [ 1, 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