-
Notifications
You must be signed in to change notification settings - Fork 75
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
gsieling
committed
Jan 23, 2016
1 parent
e97f245
commit 93ddbcf
Showing
3 changed files
with
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', '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/gary/heroku/search/jquery-highlighttextarea', | ||
7 silly cache add type: 'directory' } | ||
8 verbose addLocalDirectory /Users/gary/.npm/jquery-highlighttextarea/3.1.2/package.tgz not in flight; packing | ||
9 info lifecycle [email protected]~prepublish: [email protected] | ||
10 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing | ||
11 verbose tar pack [ '/Users/gary/.npm/jquery-highlighttextarea/3.1.2/package.tgz', | ||
11 verbose tar pack '/Users/gary/heroku/search/jquery-highlighttextarea' ] | ||
12 verbose tarball /Users/gary/.npm/jquery-highlighttextarea/3.1.2/package.tgz | ||
13 verbose folder /Users/gary/heroku/search/jquery-highlighttextarea | ||
14 verbose stack TypeError: Path must be a string. Received [ 'jquery.highlighttextarea.css', | ||
14 verbose stack 'jquery.highlighttextarea.js' ] | ||
14 verbose stack at assertPath (path.js:8:11) | ||
14 verbose stack at Object.posix.resolve (path.js:426:5) | ||
14 verbose stack at InstancePacker.Packer.applyIgnores (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js:109:59) | ||
14 verbose stack at InstancePacker.BundledPacker.applyIgnores (/usr/local/lib/node_modules/npm/lib/utils/tar.js:135:40) | ||
14 verbose stack at InstancePacker.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:181:17) | ||
14 verbose stack at Array.filter (native) | ||
14 verbose stack at InstancePacker.IgnoreReader.filterEntries (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:179:31) | ||
14 verbose stack at InstancePacker.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:92:12) | ||
14 verbose stack at InstancePacker.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:134:5) | ||
14 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:76:16 | ||
15 verbose cwd /Users/gary/heroku/search/jquery-highlighttextarea | ||
16 error Darwin 14.0.0 | ||
17 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" | ||
18 error node v5.4.0 | ||
19 error npm v3.3.12 | ||
20 error Path must be a string. Received [ 'jquery.highlighttextarea.css', | ||
20 error 'jquery.highlighttextarea.js' ] | ||
21 error If you need help, you may report this error at: | ||
21 error <https://github.com/npm/npm/issues> | ||
22 verbose exit [ 1, true ] |
Binary file not shown.