|
| 1 | +0 info it worked if it ends with ok |
| 2 | +1 verbose cli [ '/usr/local/Cellar/node/5.1.0/bin/node', |
| 3 | +1 verbose cli '/usr/local/bin/npm', |
| 4 | +1 verbose cli 'publish' ] |
| 5 | + |
| 6 | + |
| 7 | +4 verbose publish [ '.' ] |
| 8 | +5 silly cache add args [ '.', null ] |
| 9 | +6 verbose cache add spec . |
| 10 | +7 silly cache add parsed spec Result { |
| 11 | +7 silly cache add raw: '.', |
| 12 | +7 silly cache add scope: null, |
| 13 | +7 silly cache add name: null, |
| 14 | +7 silly cache add rawSpec: '.', |
| 15 | +7 silly cache add spec: '/Users/mbernard/workspace/laravel-elixir-typescript', |
| 16 | +7 silly cache add type: 'directory' } |
| 17 | +8 verbose addLocalDirectory /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz not in flight; packing |
| 18 | + |
| 19 | +10 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing |
| 20 | +11 verbose tar pack [ '/Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz', |
| 21 | +11 verbose tar pack '/Users/mbernard/workspace/laravel-elixir-typescript' ] |
| 22 | +12 verbose tarball /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz |
| 23 | +13 verbose folder /Users/mbernard/workspace/laravel-elixir-typescript |
| 24 | +14 verbose addLocalTarball adding from inside cache /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz |
| 25 | +15 silly cache afterAdd [email protected] |
| 26 | +16 verbose afterAdd /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package/package.json not in flight; writing |
| 27 | +17 verbose afterAdd /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package/package.json written |
| 28 | +18 silly publish { name: 'ws-laravel-elixir-typescript', |
| 29 | +18 silly publish version: '1.0.3', |
| 30 | +18 silly publish description: 'Laravel Elixir Typescript Compiler Extension', |
| 31 | +18 silly publish main: 'index.js', |
| 32 | +18 silly publish scripts: { test: 'echo "Error: no test specified" && exit 1' }, |
| 33 | +18 silly publish keywords: [ 'laravel', 'elixir', 'typescript', 'gulp' ], |
| 34 | +18 silly publish repository: |
| 35 | +18 silly publish { type: 'git', |
| 36 | +18 silly publish url: 'git+https://github.com/we-studio/laravel-elixir-typescript.git' }, |
| 37 | +18 silly publish author: { name: 'wembernard' }, |
| 38 | +18 silly publish license: 'MIT', |
| 39 | +18 silly publish homepage: 'https://github.com/we-studio/laravel-elixir-typescript', |
| 40 | +18 silly publish bugs: { url: 'https://github.com/we-studio/laravel-elixir-typescript/issues' }, |
| 41 | +18 silly publish dependencies: |
| 42 | +18 silly publish { 'gulp-typescript': '^2.4.2', |
| 43 | +18 silly publish 'gulp-concat': '^2.5.2', |
| 44 | +18 silly publish underscore: '^1.7.0', |
| 45 | +18 silly publish 'gulp-util': '^3.0.4', |
| 46 | +18 silly publish 'node-notifier': '^4.1.2' }, |
| 47 | +18 silly publish directories: {}, |
| 48 | +18 silly publish readme: 'ws-laravel-elixir-typescript\n========================\nForked from [jfoliveira](https://github.com/jfoliveira/laravel-elixir-typescript) which forked from [okaufmann](https://github.com/okaufmann/laravel-elixir-typescript) which forked from laravel-elixir-typescript by [MikeyAlder](https://github.com/MikeyAlder/laravel-elixir-typescript).\n\nSince none of these repositories were no longer maintained, I decided to take the job. Feel free to contribute, Pull Request or anything.\n\n## Prerequirement\nYou have to install [Laravel\'s Elixir](http://laravel.com/docs/master/elixir)(Version 3.0 or higher) and its dependencies first.\n\n## Installation\nInstall with Node.js\n```\nnpm install elixir-typescript\n```\n\n## Usage\nA simple [gulp-typescript](https://github.com/ivogabe/gulp-typescript) wrapper ingredient for Laravel Elixir.\n\nAdd it to your Elixir-enhanced Gulpfile, like so:\n\n```\nvar elixir = require(\'laravel-elixir\');\n\n// import the dependency\nvar elixirTypscript = require(\'elixir-typescript\');\n\nelixir(function(mix) {\n mix.typescript(\'app.js\');\n});\n```\n\nThis will compile all *.ts files in your `resources/assets/typescript/` folder and concat the compiled content into `public/js/app.js`.\n\nIf you\'d like to output to a different directory than the default `public/js`, then you may override this as well.\n\n```\nmix.typescript(\'app.js\', \'public/js/foo/bar\');\n```', |
| 49 | +18 silly publish readmeFilename: 'README.md', |
| 50 | +18 silly publish gitHead: '15e509313352f6880a795b9339d2889e85784f4b', |
| 51 | +18 silly publish _id: ' [email protected]', |
| 52 | +18 silly publish _shasum: '2ac1c1f44d3663c3e243f953d8624c2b4baf799e', |
| 53 | +18 silly publish _from: '.' } |
| 54 | +19 verbose getPublishConfig undefined |
| 55 | +20 silly mapToRegistry name ws-laravel-elixir-typescript |
| 56 | +21 silly mapToRegistry using default registry |
| 57 | +22 silly mapToRegistry registry https://registry.npmjs.org/ |
| 58 | +23 silly mapToRegistry uri https://registry.npmjs.org/ws-laravel-elixir-typescript |
| 59 | +24 verbose publish registryBase https://registry.npmjs.org/ |
| 60 | +25 silly publish uploading /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz |
| 61 | +26 verbose request uri https://registry.npmjs.org/ws-laravel-elixir-typescript |
| 62 | +27 verbose request sending authorization for write operation |
| 63 | +28 info attempt registry request try #1 at 3:45:30 PM |
| 64 | +29 verbose request using bearer token for auth |
| 65 | +30 verbose request id 8ba9c49770aa9dd4 |
| 66 | +31 http request PUT https://registry.npmjs.org/ws-laravel-elixir-typescript |
| 67 | +32 http 403 https://registry.npmjs.org/ws-laravel-elixir-typescript |
| 68 | +33 verbose headers { 'content-type': 'application/json', |
| 69 | +33 verbose headers 'cache-control': 'max-age=300', |
| 70 | +33 verbose headers 'content-length': '95', |
| 71 | +33 verbose headers 'accept-ranges': 'bytes', |
| 72 | +33 verbose headers date: 'Tue, 15 Dec 2015 14:45:31 GMT', |
| 73 | +33 verbose headers via: '1.1 varnish', |
| 74 | +33 verbose headers connection: 'keep-alive', |
| 75 | +33 verbose headers 'x-served-by': 'cache-lhr6321-LHR', |
| 76 | +33 verbose headers 'x-cache': 'MISS', |
| 77 | +33 verbose headers 'x-cache-hits': '0', |
| 78 | +33 verbose headers 'x-timer': 'S1450190730.582716,VS0,VE984' } |
| 79 | +34 verbose request invalidating /Users/mbernard/.npm/registry.npmjs.org/ws-laravel-elixir-typescript on PUT |
| 80 | +35 error publish Failed PUT 403 |
| 81 | +36 verbose stack Error: "You cannot publish over the previously published version 1.0.3." : ws-laravel-elixir-typescript |
| 82 | +36 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12) |
| 83 | +36 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:252:14) |
| 84 | +36 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14) |
| 85 | +36 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:198:22) |
| 86 | +36 verbose stack at emitTwo (events.js:87:13) |
| 87 | +36 verbose stack at Request.emit (events.js:172:7) |
| 88 | +36 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1082:10) |
| 89 | +36 verbose stack at emitOne (events.js:82:20) |
| 90 | +36 verbose stack at Request.emit (events.js:169:7) |
| 91 | +36 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1009:12) |
| 92 | +37 verbose statusCode 403 |
| 93 | +38 verbose pkgid ws-laravel-elixir-typescript |
| 94 | +39 verbose cwd /Users/mbernard/workspace/laravel-elixir-typescript |
| 95 | +40 error Darwin 15.2.0 |
| 96 | +41 error argv "/usr/local/Cellar/node/5.1.0/bin/node" "/usr/local/bin/npm" "publish" |
| 97 | +42 error node v5.1.0 |
| 98 | +43 error npm v3.3.12 |
| 99 | +44 error code E403 |
| 100 | +45 error "You cannot publish over the previously published version 1.0.3." : ws-laravel-elixir-typescript |
| 101 | +46 error If you need help, you may report this error at: |
| 102 | +46 error <https://github.com/npm/npm/issues> |
| 103 | +47 verbose exit [ 1, true ] |
0 commit comments