You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2022. It is now read-only.
➜ presentz.org git:(master) ✗ npm install
(node:16773) fs: re-evaluating native module sources is not supported. If you are using t
he graceful-fs module, please update it to a more recent version.
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid
a RegExp DoS issue
npm WARN install Couldn't install optional dependency: Unsupported
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid
a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node re
leases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls grac
eful-fs' to find it in the tree.
npm WARN prefer global babel@5.8.38 should be installed with -g
> slideshare@0.1.1 postinstall /home/aengelen/dev/presentz.org/node_modules/slideshare
> ./node_modules/gulp/bin/gulp.js babel
sh: 1: ./node_modules/gulp/bin/gulp.js: not found
npm WARN EPACKAGEJSON presentz.org@1.0.0 No repository field.
npm WARN EPACKAGEJSON presentz.org@1.0.0 No license field.
npm ERR! Linux 4.6.0-1-amd64
npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "install"
npm ERR! node v6.9.2
npm ERR! npm v3.3.9
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! slideshare@0.1.1 postinstall: `./node_modules/gulp/bin/gulp.js babel`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the slideshare@0.1.1 postinstall script './node_modules/gulp/bin/gulp.
js babel'.
It succeeds when I change package.json to depend on slideshare 0.1.1, though of course that version might not have some changes presentz.org depends on. Added paulohp/node-slideshare#5 for a new upstream release.
'npm install' doesn't currently work for me:
It succeeds when I change
package.jsonto depend on slideshare 0.1.1, though of course that version might not have some changes presentz.org depends on. Added paulohp/node-slideshare#5 for a new upstream release.