Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.js support? #13

Closed
psi-4ward opened this issue Apr 17, 2015 · 4 comments
Closed

io.js support? #13

psi-4ward opened this issue Apr 17, 2015 · 4 comments

Comments

@psi-4ward
Copy link

Io.JS: v1.6.4
NPM: v2.7.5

npm install deasync fails with

227 verbose rebuildBundles [email protected]
228 verbose rebuildBundles [ 'bindings', 'nan' ]
229 info install [email protected]
230 verbose unsafe-perm in lifecycle false
231 info [email protected] Failed to exec install script
232 verbose unlock done using /root/.npm/_locks/deasync-ef8dd4a1ab973500.lock for /root/node_modules/deasync
233 verbose stack Error: [email protected] install: `node ./build.js`
233 verbose stack Exit status 1
233 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
233 verbose stack     at emitTwo (events.js:87:13)
233 verbose stack     at EventEmitter.emit (events.js:169:7)
233 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:14:12)
233 verbose stack     at emitTwo (events.js:87:13)
233 verbose stack     at ChildProcess.emit (events.js:169:7)
233 verbose stack     at maybeClose (child_process.js:984:16)
233 verbose stack     at Process.ChildProcess._handle.onexit (child_process.js:1057:5)
234 verbose pkgid [email protected]
235 verbose cwd /root
236 error Linux 3.18.11-1-MANJARO
237 error argv "/usr/bin/iojs" "/usr/bin/npm" "install" "deasync"
238 error node v1.6.4
239 error npm  v2.7.5
240 error code ELIFECYCLE
241 error [email protected] install: `node ./build.js`
241 error Exit status 1
242 error Failed at the [email protected] install script 'node ./build.js'.
242 error This is most likely a problem with the deasync package,
242 error not with npm itself.
242 error Tell the author that this fails on your system:
242 error     node ./build.js
242 error You can get their info via:
242 error     npm owner ls deasync
242 error There is likely additional logging output above.
@0x4139
Copy link

0x4139 commented May 6, 2015

check the pull request just update the nan version seems that the owner isn't really replying

@abbr
Copy link
Owner

abbr commented May 9, 2015

Cannot reproduce. Installed Io.JS v1.6.4 on a pristine Ubuntu 14.04 x64 server, then run npm install deasync succeeded.

@psi-4ward
Copy link
Author

i was on AlpineLinux docker container - perhaps of the musl libc?

@abbr
Copy link
Owner

abbr commented May 10, 2015

Installed [email protected] and deasync on gliderlabs/alpine docker successfully. Make sure you meet the prerequisites such as python 2.7, g++ etc which by default alpine doesn't provide. If you can install io.js from source, you should be able to install deasync.

@abbr abbr closed this as completed May 10, 2015
@abbr abbr mentioned this issue May 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants