question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Node.js 14.0.0 is not verified

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
NathanWalkercommented, May 30, 2020

Closing as verified fix here - if you find further issue just let us know. Good luck on your first app @gravataLonga 🎉

2reactions
NathanWalkercommented, May 30, 2020

Support for node 14 is now available in v6.7.2 release 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found