-
Notifications
You must be signed in to change notification settings - Fork 2
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
Blake Callens
committed
Aug 14, 2014
1 parent
1997129
commit 2e009f2
Showing
2 changed files
with
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'publish' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose node symlink /usr/bin/node | ||
5 verbose publish [ '.' ] | ||
6 verbose cache add [ '.', null ] | ||
7 verbose cache add name=undefined spec="." args=[".",null] | ||
8 verbose parsed url { protocol: null, | ||
8 verbose parsed url slashes: null, | ||
8 verbose parsed url auth: null, | ||
8 verbose parsed url host: null, | ||
8 verbose parsed url port: null, | ||
8 verbose parsed url hostname: null, | ||
8 verbose parsed url hash: null, | ||
8 verbose parsed url search: null, | ||
8 verbose parsed url query: null, | ||
8 verbose parsed url pathname: '.', | ||
8 verbose parsed url path: '.', | ||
8 verbose parsed url href: '.' } | ||
9 silly lockFile 3a52ce78- . | ||
10 verbose lock . /home/blake/.npm/3a52ce78-.lock | ||
11 verbose tar pack [ '/home/blake/.npm/pencilblue-cli/0.1.2/package.tgz', '.' ] | ||
12 verbose tarball /home/blake/.npm/pencilblue-cli/0.1.2/package.tgz | ||
13 verbose folder . | ||
14 info prepublish [email protected] | ||
15 silly lockFile 1f1177db-tar tar://. | ||
16 verbose lock tar://. /home/blake/.npm/1f1177db-tar.lock | ||
17 silly lockFile ac9806dd-pencilblue-cli-0-1-2-package-tgz tar:///home/blake/.npm/pencilblue-cli/0.1.2/package.tgz | ||
18 verbose lock tar:///home/blake/.npm/pencilblue-cli/0.1.2/package.tgz /home/blake/.npm/ac9806dd-pencilblue-cli-0-1-2-package-tgz.lock | ||
19 silly lockFile 1f1177db-tar tar://. | ||
20 silly lockFile 1f1177db-tar tar://. | ||
21 silly lockFile ac9806dd-pencilblue-cli-0-1-2-package-tgz tar:///home/blake/.npm/pencilblue-cli/0.1.2/package.tgz | ||
22 silly lockFile ac9806dd-pencilblue-cli-0-1-2-package-tgz tar:///home/blake/.npm/pencilblue-cli/0.1.2/package.tgz | ||
23 silly lockFile 42ee4dcd-npm-pencilblue-cli-0-1-2-package /home/blake/.npm/pencilblue-cli/0.1.2/package | ||
24 verbose lock /home/blake/.npm/pencilblue-cli/0.1.2/package /home/blake/.npm/42ee4dcd-npm-pencilblue-cli-0-1-2-package.lock | ||
25 silly lockFile 42ee4dcd-npm-pencilblue-cli-0-1-2-package /home/blake/.npm/pencilblue-cli/0.1.2/package | ||
26 silly lockFile 42ee4dcd-npm-pencilblue-cli-0-1-2-package /home/blake/.npm/pencilblue-cli/0.1.2/package | ||
27 silly lockFile 3a52ce78- . | ||
28 silly lockFile 3a52ce78- . | ||
29 error addLocal Could not install . | ||
30 error Error: EACCES, open '/home/blake/.npm/pencilblue-cli/0.1.2/package/package.json' | ||
30 error { [Error: EACCES, open '/home/blake/.npm/pencilblue-cli/0.1.2/package/package.json'] | ||
30 error errno: 3, | ||
30 error code: 'EACCES', | ||
30 error path: '/home/blake/.npm/pencilblue-cli/0.1.2/package/package.json' } | ||
31 error Please try running this command again as root/Administrator. | ||
32 error System Linux 3.13.0-24-generic | ||
33 error command "/usr/bin/node" "/usr/bin/npm" "publish" | ||
34 error cwd /home/blake/node/pencilblue-cli | ||
35 error node -v v0.10.29 | ||
36 error npm -v 1.4.14 | ||
37 error path /home/blake/.npm/pencilblue-cli/0.1.2/package/package.json | ||
38 error code EACCES | ||
39 error errno 3 | ||
40 error stack Error: EACCES, open '/home/blake/.npm/pencilblue-cli/0.1.2/package/package.json' | ||
41 verbose exit [ 3, 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