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.

Engine requirement when installing under yarn

See original GitHub issue

Getting 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:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
walmikcommented, May 16, 2018

@robations good catch, looks like I missed tagging v0.11.3 Just did it, thanks!

0reactions
robationscommented, May 16, 2018

Cool. I take it that’s not pushed to github yet. I see up to versions 0.9 and 1 alpha.

Read more comments on GitHub >

github_iconTop 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 >

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