Engine requirement when installing under yarn
See original GitHub issueGetting this issue when trying to install with yarn (under node v6):
$ yarn add scribbletune
error scribbletune@0.9.1: The engine "node" is incompatible with this module. Expected version ">6.x.x".
I wonder if the spec would be better written >=6
?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
yarn install
yarn install is used to install all dependencies for a project. ... Install all the dependencies listed within package.json in the local node_modules...
Read more >How to Force Use Yarn or NPM - freeCodeCamp
In this short post, I'm going to show you how to prevent the usage of npm or yarn, depending on your needs. This...
Read more >Using 'yarn' to manage NodeJS modules for assets compilation
Engine Yard now supports the use of 'yarn' as an alternative to 'npm' for the installation of NodeJS modules. yarn has quickly become...
Read more >How to ignore incompatible engine "node" error on installing ...
You can indeed ignore such errors via --ignore-engines: $ yarn install --ignore-engines yarn install v0.24.5 info No lockfile found.
Read more >Inconsistency between node versions of npm and yarn #812
yarn add any packages whose engine requirement is satisfied by only ... yarn --version : 0.15.0 which is installed via the Debian package ......
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 FreeTop 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
Top GitHub Comments
@robations good catch, looks like I missed tagging v0.11.3 Just did it, thanks!
Cool. I take it that’s not pushed to github yet. I see up to versions 0.9 and 1 alpha.