Skip to content

Commit

Permalink
debug module name
Browse files Browse the repository at this point in the history
  • Loading branch information
andineck committed Sep 15, 2015
1 parent ae8429b commit 5c57417
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 1 deletion.
2 changes: 1 addition & 1 deletion command.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var defaults = require('defaults');
var path = require('path');
var link = require('glob-ln');
var copy = require('glob-cp');
var debug = require('debug')('glint-static:debug');
var debug = require('debug')('assets-bundler:debug');
var pathIsAbsolute = require('path-is-absolute');


Expand Down
113 changes: 113 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@2.11.3
3 info using node@v0.12.7
4 verbose node symlink /usr/local/bin/node
5 verbose publish [ '.' ]
6 silly cache add args [ '.', null ]
7 verbose cache add spec .
8 silly cache add parsed spec { raw: '.',
8 silly cache add scope: null,
8 silly cache add name: null,
8 silly cache add rawSpec: '.',
8 silly cache add spec: '/Users/andineck/Development/github/assets-bundler',
8 silly cache add type: 'directory' }
9 verbose addLocalDirectory /Users/andineck/.npm/assets-bundler/1.0.6/package.tgz not in flight; packing
10 verbose tar pack [ '/Users/andineck/.npm/assets-bundler/1.0.6/package.tgz',
10 verbose tar pack '/Users/andineck/Development/github/assets-bundler' ]
11 verbose tarball /Users/andineck/.npm/assets-bundler/1.0.6/package.tgz
12 verbose folder /Users/andineck/Development/github/assets-bundler
13 info prepublish assets-bundler@1.0.6
14 verbose addLocalTarball adding from inside cache /Users/andineck/.npm/assets-bundler/1.0.6/package.tgz
15 silly cache afterAdd assets-bundler@1.0.6
16 verbose afterAdd /Users/andineck/.npm/assets-bundler/1.0.6/package/package.json not in flight; writing
17 verbose afterAdd /Users/andineck/.npm/assets-bundler/1.0.6/package/package.json written
18 silly publish { name: 'assets-bundler',
18 silly publish version: '1.0.6',
18 silly publish description: 'bundles your modules assets into application assets.',
18 silly publish main: 'index.js',
18 silly publish bin: { 'assets-bundler': './index.js' },
18 silly publish scripts:
18 silly publish { test: 'cd test && node test.js',
18 silly publish assets: 'assets-bundler --src $(pwd)/node_modules/:module/public --dest $(pwd)/public/assets/:module' },
18 silly publish keywords:
18 silly publish [ 'public',
18 silly publish 'copy',
18 silly publish 'link',
18 silly publish 'assets',
18 silly publish 'static assets',
18 silly publish 'static files',
18 silly publish 'public files',
18 silly publish 'public folders',
18 silly publish 'link assets',
18 silly publish 'copy assets' ],
18 silly publish repository:
18 silly publish { type: 'git',
18 silly publish url: 'git+https://github.com/intesso/assets-bundler.git' },
18 silly publish author: { name: 'Andi Neck' },
18 silly publish license: 'MIT',
18 silly publish dependencies:
18 silly publish { commander: '^2.8.1',
18 silly publish debug: '^2.2.0',
18 silly publish defaults: '^1.0.2',
18 silly publish 'glob-cp': '^1.0.2',
18 silly publish 'glob-ln': '^1.0.3',
18 silly publish 'path-is-absolute': '^1.0.0' },
18 silly publish devDependencies: { rimraf: '^2.3.4', tape: '^4.0.0' },
18 silly publish readme: '# assets-bundler\n\nbundles your modules assets into application assets.\n\n# features\n\n - you can use the whole [glob](https://github.com/isaacs/node-glob) syntax in the `src` and `dest` pattern, as well as the [glob-var](https://github.com/intesso/glob-var) variables starting with a colon `:`\n\n - for development, symbolic links are created, using [glob-ln](https://github.com/intesso/glob-ln)\n\n - for production, the public folders of the modules are copied, using [glob-cp](https://github.com/intesso/glob-cp)\n\n\n# install\n```bash\nnpm install assets-bundler -g\n```\n\n# use\n\n> you can either use `assets-bundler` programmatically or via command-line:\n\n## node.js\n```js\nvar bundle = require(\'assets-bundler\');\n\nvar opts = {\n src: __dirname + \'/node_modules/:module/public\',\n dest: __dirname + \'/public/:module\'\n};\n\n// async version\nbundle(opts, function(err) {\n // all done\n});\n\n// or with the sync version\nbundle.sync(opts);\n// all done\n\n```\n\n## command line\n\n```bash\nassets-bundler --src node_modules/:module/public --dest public/assets/:module\n```\n\n## options\n - `src` and `dest` can be absolute or relative paths.\n\n - when you don\'t provide absolute paths for `src` or `dest`, absolute paths are created from the current working directory of the process using `process.cwd()`.\n\n\n# test\n```bash\nnpm test\n```\n\n# license\nMIT\n\n\n',
18 silly publish readmeFilename: 'readme.md',
18 silly publish gitHead: 'ae8429b5b9a63d3185be7e7362d218b0cba4f0fa',
18 silly publish bugs: { url: 'https://github.com/intesso/assets-bundler/issues' },
18 silly publish homepage: 'https://github.com/intesso/assets-bundler#readme',
18 silly publish _id: 'assets-bundler@1.0.6',
18 silly publish _shasum: '7b36611f001f2e6be3c63264dbf39d33cab2da5d',
18 silly publish _from: '.' }
19 verbose getPublishConfig undefined
20 silly mapToRegistry name assets-bundler
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npmjs.org/
23 silly mapToRegistry uri https://registry.npmjs.org/assets-bundler
24 verbose publish registryBase https://registry.npmjs.org/
25 silly publish uploading /Users/andineck/.npm/assets-bundler/1.0.6/package.tgz
26 verbose request uri https://registry.npmjs.org/assets-bundler
27 verbose request sending authorization for write operation
28 info attempt registry request try #1 at 21:21:59
29 verbose request id a64cf8a1a1e29a2c
30 http request PUT https://registry.npmjs.org/assets-bundler
31 http 403 https://registry.npmjs.org/assets-bundler
32 verbose headers { 'content-type': 'application/json',
32 verbose headers 'cache-control': 'max-age=60',
32 verbose headers 'content-length': '95',
32 verbose headers 'accept-ranges': 'bytes',
32 verbose headers date: 'Tue, 15 Sep 2015 19:22:01 GMT',
32 verbose headers via: '1.1 varnish',
32 verbose headers connection: 'keep-alive',
32 verbose headers 'x-served-by': 'cache-lhr6323-LHR',
32 verbose headers 'x-cache': 'MISS',
32 verbose headers 'x-cache-hits': '0',
32 verbose headers 'x-timer': 'S1442344920.174268,VS0,VE1588' }
33 verbose request invalidating /Users/andineck/.npm/registry.npmjs.org/assets-bundler on PUT
34 error publish Failed PUT 403
35 verbose stack Error: "You cannot publish over the previously published version 1.0.6." : assets-bundler
35 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:247:14)
35 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14)
35 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:354:22)
35 verbose stack at Request.emit (events.js:110:17)
35 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1207:14)
35 verbose stack at Request.emit (events.js:129:20)
35 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1153:12)
35 verbose stack at IncomingMessage.emit (events.js:129:20)
35 verbose stack at _stream_readable.js:908:16
35 verbose stack at process._tickCallback (node.js:355:11)
36 verbose statusCode 403
37 verbose pkgid assets-bundler
38 verbose cwd /Users/andineck/Development/github/assets-bundler
39 error Darwin 14.5.0
40 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
41 error node v0.12.7
42 error npm v2.11.3
43 error code E403
44 error "You cannot publish over the previously published version 1.0.6." : assets-bundler
45 error If you need help, you may report this error at:
45 error <https://github.com/npm/npm/issues>
46 verbose exit [ 1, true ]

0 comments on commit 5c57417

Please sign in to comment.