Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Module build failed: Error: Cannot find module 'node-sass'

There are two things you can do to fixed this issue.

1) npm rebuild node-sass --force 

2) npm install node-sass

This both command will fixed your node-sass issue.


I got the same error and this command fix my issue. sudo npm install --save-dev --unsafe-perm node-sass


This is a common issue

Step 1 : Try removing the node_modules directory

Step 2: Install with the command

npm i

Tags:

Github

Angular

Angular Ui Router

Node Sass

Related

How do I check when my next Airflow DAG run has been scheduled for a specific dag? How to force hamburger menu in Bootstrap 3.3.7 even for Desktop? Fix "invalid host header" in Angular Is it bad practice to nest CSS Grids? Qt and OpenSSL incompatible version on Ubuntu AWS APIGateway Lambda proxy integration- Execution failed due to configuration error: Invalid permissions on Lambda function Vuejs - Uncaught TypeError: Cannot redefine property: $router How to run ng serve on port 80 How to use divideTiles() in Flutter? Synchronising transactions between database and Kafka producer Deploying to multiple AWS accounts with Terraform? Google Storage is not a constructor error

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy