From 818365bcd50689aa2a46863454d56d99830088c4 Mon Sep 17 00:00:00 2001 From: jkuri Date: Wed, 22 Jun 2016 02:47:39 +0200 Subject: [PATCH] version bump 2 --- make.js | 36 --------------------------------- npm-debug.log | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 3 --- 3 files changed, 56 insertions(+), 39 deletions(-) delete mode 100644 make.js create mode 100644 npm-debug.log diff --git a/make.js b/make.js deleted file mode 100644 index 2a486e89..00000000 --- a/make.js +++ /dev/null @@ -1,36 +0,0 @@ -var pkg = require('./package.json'); -var path = require('path'); -var Builder = require('systemjs-builder'); -var name = pkg.name; - -var builder = new Builder(); -var config = { - baseURL: '.', - transpiler: 'typescript', - typescriptOptions: { - module: 'cjs' - }, - map: { - "typescript": './node_modules/typescript/lib/typescript.js', - "@angular": path.resolve('node_modules/@angular'), - "rxjs": path.resolve('node_modules/rxjs') - }, - paths: { - '*': '*.js' - }, - meta: { - 'node_modules/@angular/*': { build: false }, - 'node_modules/rxjs/*': { build: false } - }, -}; - -builder.config(config); - -builder -.bundle(name, path.resolve(__dirname, 'bundles/', name + '.js')) -.then(function() { - console.log('Build complete.'); -}) -.catch(function(err) { - console.log('Error', err); -}); diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 00000000..49b783fc --- /dev/null +++ b/npm-debug.log @@ -0,0 +1,56 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/usr/local/Cellar/node/5.10.1/bin/node', +1 verbose cli '/usr/local/bin/npm', +1 verbose cli 'publish' ] +2 info using npm@3.9.3 +3 info using node@v6.2.1 +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/jan/Dev/github/ng2-uploader', +7 silly cache add type: 'directory' } +8 verbose addLocalDirectory /Users/jan/.npm/ng2-uploader/0.5.2/package.tgz not in flight; packing +9 verbose correctMkdir /Users/jan/.npm correctMkdir not in flight; initializing +10 info lifecycle ng2-uploader@0.5.2~prepublish: ng2-uploader@0.5.2 +11 verbose lifecycle ng2-uploader@0.5.2~prepublish: unsafe-perm in lifecycle true +12 verbose lifecycle ng2-uploader@0.5.2~prepublish: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/jan/Dev/github/ng2-uploader/node_modules/.bin:/usr/local/Cellar/node/5.10.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin +13 verbose lifecycle ng2-uploader@0.5.2~prepublish: CWD: /Users/jan/Dev/github/ng2-uploader +14 silly lifecycle ng2-uploader@0.5.2~prepublish: Args: [ '-c', 'tsc && node make.js' ] +15 info lifecycle ng2-uploader@0.5.2~prepublish: Failed to exec prepublish script +16 error addLocal Could not install /Users/jan/Dev/github/ng2-uploader +17 verbose stack Error: ng2-uploader@0.5.2 prepublish: `tsc && node make.js` +17 verbose stack spawn ENOENT +17 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16) +17 verbose stack at emitTwo (events.js:106:13) +17 verbose stack at ChildProcess.emit (events.js:191:7) +17 verbose stack at maybeClose (internal/child_process.js:852:16) +17 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) +18 verbose pkgid ng2-uploader@0.5.2 +19 verbose cwd /Users/jan/Dev/github/ng2-uploader +20 error Darwin 15.5.0 +21 error argv "/usr/local/Cellar/node/5.10.1/bin/node" "/usr/local/bin/npm" "publish" +22 error node v6.2.1 +23 error npm v3.9.3 +24 error file sh +25 error code ELIFECYCLE +26 error errno ENOENT +27 error syscall spawn +28 error ng2-uploader@0.5.2 prepublish: `tsc && node make.js` +28 error spawn ENOENT +29 error Failed at the ng2-uploader@0.5.2 prepublish script 'tsc && node make.js'. +29 error Make sure you have the latest version of node.js and npm installed. +29 error If you do, this is most likely a problem with the ng2-uploader package, +29 error not with npm itself. +29 error Tell the author that this fails on your system: +29 error tsc && node make.js +29 error You can get information on how to open an issue for this project with: +29 error npm bugs ng2-uploader +29 error Or if that isn't available, you can get their info via: +29 error npm owner ls ng2-uploader +29 error There is likely additional logging output above. +30 verbose exit [ 1, true ] diff --git a/package.json b/package.json index 60a96f99..e0c9e338 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,6 @@ "type": "git", "url": "git+https://github.com/jkuri/ng2-uploader.git" }, - "scripts": { - "prepublish": "tsc && node make.js" - }, "keywords": [ "ng2", "angular",