-
-
Notifications
You must be signed in to change notification settings - Fork 197
Support for Node.js 14.0.0 is not verified #5306
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
Not aware of any system changes that might have caused this to come up now. Mine was On releases page 6.4.1 is the latest, but Reverting to 6.4.1 does not resolve the issue. Force installing Node v12 resolves issue but may not be the ideal solution for some. OS X Catalina 10.15.4 |
Having the same issue. Support for Node.js 14.2.0 is not verified. NativeScript CLI might not install or run properly. 6.5.0 |
I was able to use this workaround StepsInstall the specific version Nativescript requires switch to v12 When you are done you switch back to latest version |
Support for node 14 is now available in |
@gravataLonga please try
|
Closing as verified fix here - if you find further issue just let us know. Good luck on your first app @gravataLonga 🎉 |
@NathanWalker it's work! Thank you so much!! I have another issue non-related which is i don't have |
Environment
Manjaro Linux 20.0.1 Lysia
Node 14.0.0
npm 6.14.5
Describe the bug
`Support for Node.js 14.0.0 is not verified. NativeScript CLI might not install or run properly.
The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null
Error while reporting exception: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null
`
To Reproduce
npm install -g nativescript
or
`npm install -g nativescript@latest
The text was updated successfully, but these errors were encountered: