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.

Levelup currenly not installing on node v12.x.x (osx)

See original GitHub issue

I (prematurely) installed node v12.9.1 because of my love for Array.flat(). However levelup does not seem to install on v12.9.1

This is probably a known issue as I can see that .travis.yml only references 6, 8, 10 and stable

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
fergiemcdowallcommented, Aug 29, 2019

Ah right yes, if I install in a clean directory it works perfectly. I thought that npm install leveldown@5.1.1 would always give me 5.1.1, even if I was in a “project” directory

So in that case, yes, I can get level to install on node v12

Thanks for the help!

1reaction
vweeverscommented, Aug 29, 2019

For node 12 you need leveldown >= 5.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nvm install node fails to install on macOS Big Sur M1 Chip
If you have installed nvm using homebrew and are trying to install the node using command nvm install <some_version> , you will face...
Read more >
FDK v7.0 - Announcing Node.js v12 and ES6+ support
Install fdk 7. With Node.js v12.22+ installed, fdk 7 can be installed via npm with this command: $ npm install ...
Read more >
How to install the latest versions of NodeJS and NPM?
First, choose the Node.js version you need and add the sources for it: ... sudo npm cache clean -f sudo npm install -g...
Read more >
The easiest way to update your Node.js on your Mac in 2022
1. Open your console and check your Node.js version. $ node -v v x.x.x. 2. Install n package using npm ...
Read more >
Installing SerialPort
This is documentation for Node SerialPort 9.x.x, which is no longer actively maintained. For up-to-date documentation, see the latest version ( ...
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