Support for Node.js 14.0.0 is not verified
See original GitHub issueEnvironment 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How do I upgrade npm to support Node.js v14.0.0 on ...
Try : Mac: sudo npm uninstall -g npm // uninstalls globally Windows: npm uninstall -g npm // uninstalls globally. Then: Re-install node.
Read more >How to fix 'npm does not support Node.js v14' error on ...
Uninstall node.js (Windows Add/Remove programs) · Manually delete the npm folder from your user profile (%APPDATA%/roaming/npm) · Install node.js ...
Read more >Download | Node.js
Latest Current Version: 19.3.0 (includes npm 9.2.0). Download the Node.js source code or a pre-built installer for your platform, and start developing today ......
Read more >How To Install Node.js on Ubuntu 22.04
In this guide, we will show you three different ways of getting Node.js installed on an Ubuntu 22.04 server: using apt to install...
Read more >Install Node.js Locally with Node Version Manager (nvm)
Verify it worked ... Should return nvm . Note: You can't use the which command with nvm since it's a shell function and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing as verified fix here - if you find further issue just let us know. Good luck on your first app @gravataLonga 🎉
Support for node 14 is now available in
v6.7.2
release 👍