-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-gyp build of leveldown failed on yarn, works on npm #2496
Comments
Same issue for me, node 6.9.2 x64, Windows 7 64-bit, Yarn 0.19.1, build works correctly with npm 3.10.8 |
I'm seeing the same issue on MacOS 10.12.3.
|
Same issue for me
|
With this combination,
|
I can confirm this is now fixed for me on Windows 10 after upgrading to Yarn 0.20.3. |
I know this is a yarnpkg issue tracker, but since this issue was posted based on the results from the cmd If you are like me and wanting to use PouchDB in the browser only and do not require a backend system, which is what Leveldown/LevelDB if for (if I am not mistaken), you can install PouchDB for the browser only using |
Also happening for me on:
|
the same on windows with yarn 0.28.5 on and node 8.4.0 |
Still happens for me. So what do we do? |
What we do is continue using npm 3.x for all serious work, "Because newer isn't always better". |
yea I agree, I'm going back to using NPM. its not worth trying to wade through all these random errors just to save a few seconds on initial installation with yarn, it costs more time hunting down solutions than just using NPM install. |
Any news about this ? I still get this error with yarn |
Still having this issue with yarn |
Still having this issue |
NPM works, yarn doesnt!!! |
Current solution is to clear the cache with :
and remove
Then run And sometimes a computer restart before running the last step is required 👎 |
... and for those playing on Windows, rdewolff's solution can be used by changing this line:
with
|
I just had this issue on a brand new computer, after cloning a project and running |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Building "leveldown" failed on yarn
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
npm's behaviour, that succeed on building
Please mention your node.js, yarn and operating system version.
Additional note:
yarn add leveldown
The text was updated successfully, but these errors were encountered: