-
-
Notifications
You must be signed in to change notification settings - Fork 197
Fibers installation problems caused failed. #2036
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
Comments
This is a duplicate of this issue: #2025 |
yes same issue here... |
Same issue. linuxsavvy-mbp:app-mobile srinivas$ npm i -g nativescript
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR npm ERR! Darwin 16.1.0 npm ERR! fibers@1.0.13 install: npm ERR! Please include the following file with any support request: |
I am getting this error as well |
I am getting this error now. |
@megamindbrian , NativeScript 3.0.x do not use fibers. May I ask you for more information - which version of
If the above does not help, please send us the following information:
|
Why doesn't it resolve the correct dependency for nativescript?
…On May 25, 2017 1:41 PM, "Rosen Vladimirov" ***@***.***> wrote:
@megamindbrian <https://github.com/megamindbrian> , NativeScript 3.0.x do
not use fibers. May I ask you for more information - which version of
nativescript are you trying to install?
I suggest trying:
$ npm uninstall -g nativescript
$ npm cache clean
$ npm install -g ***@***.***
If the above does not help, please send us the following information:
1. The exact output of npm install -g ***@***.***
2. Your npm version (output of npm -v)
3. Your Node.js version (output of node -v).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2036 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AX5XbocqVjX94-Ue17p4Hm_gYeWMJ3Xyks5r9ecigaJpZM4J2knw>
.
|
From @hantsy on September 4, 2016 16:56
Windows 10(v1607) 64 bit, Node JS 6.5
I have installed VS 2015 community and install build tools for C++.
When I tried to install Nativescript via command
npm i -g nativescript
and got the following errors.I have tried to uninstall the previous nativescript and node-gyp etc via
npm uninstall -g xxxx
before installing it or run as Administrator, but no help to overcome this error.Copied from original issue: NativeScript/NativeScript#2677
The text was updated successfully, but these errors were encountered: