-
Notifications
You must be signed in to change notification settings - Fork 285
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
Windows 10, After core install script error #2986
Comments
|
Same issue for me. After 5-10 minutes it resumed and closed the PowerShell window. |
@t03apt and @yellowjacketcoder - As you mentioned , you have selected the option to automatically install the tools which will install python, vs-studio. you can delete these tools if not needed or you can install the node without selecting the option because I assume not everybody who wants node.js require vs.studio licence so for me this issue looks similar to felixrieseberg/windows-build-tools#47 ,nodejs/node#34458 you can refer this to resolve your issue . |
closing as answered. feel free to reopen the issue if its still an issue |
When installing NodeJS on Windows 10, the core MSI install works fine. But I selected the option to automatically install other dependecies in the installer and the script that opens has been stuck now for over half an hour on:
(node:24856) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
The whole output is bigger and I'll drop that in a comment below.
The text was updated successfully, but these errors were encountered: