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.

Node 13.x not supported

See original GitHub issue

🤔 Expected Behavior

It should install and build.

😯 Current Behavior

When building:

(node:9012) UnhandledPromiseRejectionWarning: Error: Could not locate the bindings file. Tried:

💁 Possible Solution

🔦 Context

💻 Code Sample

🌍 Your Environment

Software Version(s)
Parcel 1.12.4
Node 13.2.0
npm/Yarn 6.13.1
Operating System macOS 10.15.1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
eward957commented, Nov 26, 2019

I try re-install parcel-bundler by yarn(v1.19.2), and it work good again;

yarn global add parcel-bundler;

1reaction
DeMoorJaspercommented, Nov 23, 2019

That’s probably an issue with deasync. Could you give the full stacktrace?

Sent with GitHawk

Read more comments on GitHub >

github_iconTop Results From Across the Web

"npm does not support Node.js v13.0.0" · Issue #30066 - GitHub
yes, that's expected. The npm you get by installing with npm install -g npm is not controlled by Node.js and will have the...
Read more >
javascript - Warning message from npm after installing node v13
Nodejs version you have installed v13.0.0 doesn't support npm. With new npm releases you will able to use node using npm.
Read more >
Update the Node.js agent | New Relic Documentation
js 12 and 13 are not supported by v9. Customers running Node.js 13 and earlier have two options: Upgrade to a supported version...
Read more >
ts-node - npm
This error is thrown by node when a module is require() d, but node believes it should execute as native ESM. This can...
Read more >
Set up NodeJS on native Windows - Microsoft Learn
A guide to help you get your Node.js development environment set up directly on Windows.
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