Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

npm install fails #116

Open
ertejaspatel opened this issue Dec 24, 2019 · 2 comments
Open

npm install fails #116

ertejaspatel opened this issue Dec 24, 2019 · 2 comments

Comments

@ertejaspatel
Copy link

Describe the bug
A clear and concise description of what the bug is.
Running npm install fails and shows the following error

The engine "node" is incompatible with this module. Expected version "8.11.x". Got "12.14.0"

To Reproduce
Steps to reproduce the behaviour.
use latest version of node and try running npm install

Expected behavior
A clear and concise description of what you expected to happen.

Ideally, it should work as far as it is using version > 8.11.x

Node version, NPM version and Operating System and version

node version: 12.14.0
npm version: 6.13.4
OS: macOS Mojave 10.14.6

Note: If you are using Microsoft Windows please see existing issues before opening a new ticket as it's likely the issue you have is specific to Windows.

Additional context
Add any other context about the problem here.

@jordan-mcrae
Copy link

I was able to fix this by running npm rebuild node-sass and then npm install.

@egdavid
Copy link

egdavid commented Mar 18, 2020

The npm rebuild node-sass command didn't work for me. I had to perform the following routine to get it to work:

npm remove node-sass
npm install node-sass
npm update
npm install

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants