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

CLI does not work with Node7 #2155

Closed
dtopuzov opened this issue Oct 26, 2016 · 1 comment
Closed

CLI does not work with Node7 #2155

dtopuzov opened this issue Oct 26, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@dtopuzov
Copy link
Contributor

Support for node.js 7.0.0 is not verified. This CLI might not install or run properly.

/Users/nsbuilduser/workspace/tns-stable-build-testapps-android-full/node_modules/fibers/fibers.js:16
    throw new Error('`'+ modPath+ '.node` is missing. Try reinstalling `node-fibers`?');
    ^

Error: `/Users/nsbuilduser/workspace/tns-stable-build-testapps-android-full/node_modules/fibers/bin/darwin-x64-v8-5.4/fibers.node` is missing. Try reinstalling `node-fibers`?
    at Object.<anonymous> (/Users/nsbuilduser/workspace/tns-stable-build-testapps-android-full/node_modules/fibers/fibers.js:16:8)
    at Module._compile (module.js:573:32)
    at Object.Module._extensions..js (module.js:582:10)
    at Module.load (module.js:490:32)
    at tryModuleLoad (module.js:449:12)
    at Function.Module._load (module.js:441:3)
    at Module.require (module.js:500:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/nsbuilduser/workspace/tns-stable-build-testapps-android-full/node_modules/nativescript/lib/common/helpers.js:3:13)
    at Module._compile (module.js:573:32)
@Splaktar
Copy link

Splaktar commented Dec 27, 2016

I uninstalled nativescript and reinstalled it, but I'm still seeing these errors on OS X El Capitan with NodeJS 6.7.0, 6.9.2, and 7.3.0.

Trying npm uninstall -g fibers and npm i -g fibers found the package, but it doesn't solve the exception being thrown every time I use tns.

Update: Restarting the shell seems to have solved it now w/ NodeJS 7.3.0. I'm finally able to run tns --version and tns doctor without any errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants