forked from jfoliveira/laravel-elixir-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
103 lines (103 loc) · 7.5 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/5.1.0/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/mbernard/workspace/laravel-elixir-typescript',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/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/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz',
11 verbose tar pack '/Users/mbernard/workspace/laravel-elixir-typescript' ]
12 verbose tarball /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz
13 verbose folder /Users/mbernard/workspace/laravel-elixir-typescript
14 verbose addLocalTarball adding from inside cache /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz
15 silly cache afterAdd [email protected]
16 verbose afterAdd /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package/package.json not in flight; writing
17 verbose afterAdd /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package/package.json written
18 silly publish { name: 'ws-laravel-elixir-typescript',
18 silly publish version: '1.0.3',
18 silly publish description: 'Laravel Elixir Typescript Compiler Extension',
18 silly publish main: 'index.js',
18 silly publish scripts: { test: 'echo "Error: no test specified" && exit 1' },
18 silly publish keywords: [ 'laravel', 'elixir', 'typescript', 'gulp' ],
18 silly publish repository:
18 silly publish { type: 'git',
18 silly publish url: 'git+https://github.com/we-studio/laravel-elixir-typescript.git' },
18 silly publish author: { name: 'wembernard' },
18 silly publish license: 'MIT',
18 silly publish homepage: 'https://github.com/we-studio/laravel-elixir-typescript',
18 silly publish bugs: { url: 'https://github.com/we-studio/laravel-elixir-typescript/issues' },
18 silly publish dependencies:
18 silly publish { 'gulp-typescript': '^2.4.2',
18 silly publish 'gulp-concat': '^2.5.2',
18 silly publish underscore: '^1.7.0',
18 silly publish 'gulp-util': '^3.0.4',
18 silly publish 'node-notifier': '^4.1.2' },
18 silly publish directories: {},
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```',
18 silly publish readmeFilename: 'README.md',
18 silly publish gitHead: '15e509313352f6880a795b9339d2889e85784f4b',
18 silly publish _id: '[email protected]',
18 silly publish _shasum: '2ac1c1f44d3663c3e243f953d8624c2b4baf799e',
18 silly publish _from: '.' }
19 verbose getPublishConfig undefined
20 silly mapToRegistry name ws-laravel-elixir-typescript
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npmjs.org/
23 silly mapToRegistry uri https://registry.npmjs.org/ws-laravel-elixir-typescript
24 verbose publish registryBase https://registry.npmjs.org/
25 silly publish uploading /Users/mbernard/.npm/ws-laravel-elixir-typescript/1.0.3/package.tgz
26 verbose request uri https://registry.npmjs.org/ws-laravel-elixir-typescript
27 verbose request sending authorization for write operation
28 info attempt registry request try #1 at 3:45:30 PM
29 verbose request using bearer token for auth
30 verbose request id 8ba9c49770aa9dd4
31 http request PUT https://registry.npmjs.org/ws-laravel-elixir-typescript
32 http 403 https://registry.npmjs.org/ws-laravel-elixir-typescript
33 verbose headers { 'content-type': 'application/json',
33 verbose headers 'cache-control': 'max-age=300',
33 verbose headers 'content-length': '95',
33 verbose headers 'accept-ranges': 'bytes',
33 verbose headers date: 'Tue, 15 Dec 2015 14:45:31 GMT',
33 verbose headers via: '1.1 varnish',
33 verbose headers connection: 'keep-alive',
33 verbose headers 'x-served-by': 'cache-lhr6321-LHR',
33 verbose headers 'x-cache': 'MISS',
33 verbose headers 'x-cache-hits': '0',
33 verbose headers 'x-timer': 'S1450190730.582716,VS0,VE984' }
34 verbose request invalidating /Users/mbernard/.npm/registry.npmjs.org/ws-laravel-elixir-typescript on PUT
35 error publish Failed PUT 403
36 verbose stack Error: "You cannot publish over the previously published version 1.0.3." : ws-laravel-elixir-typescript
36 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
36 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:252:14)
36 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
36 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:198:22)
36 verbose stack at emitTwo (events.js:87:13)
36 verbose stack at Request.emit (events.js:172:7)
36 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1082:10)
36 verbose stack at emitOne (events.js:82:20)
36 verbose stack at Request.emit (events.js:169:7)
36 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1009:12)
37 verbose statusCode 403
38 verbose pkgid ws-laravel-elixir-typescript
39 verbose cwd /Users/mbernard/workspace/laravel-elixir-typescript
40 error Darwin 15.2.0
41 error argv "/usr/local/Cellar/node/5.1.0/bin/node" "/usr/local/bin/npm" "publish"
42 error node v5.1.0
43 error npm v3.3.12
44 error code E403
45 error "You cannot publish over the previously published version 1.0.3." : ws-laravel-elixir-typescript
46 error If you need help, you may report this error at:
46 error <https://github.com/npm/npm/issues>
47 verbose exit [ 1, true ]