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:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top 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 >
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
I try re-install parcel-bundler by yarn(v1.19.2), and it work good again;
yarn global add parcel-bundler
;That’s probably an issue with deasync. Could you give the full stacktrace?
Sent with GitHawk