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.

installing node-sass with yarn does not guarantee that the binary gets installed

See original GitHub issue

Summary

Setting up a fresh dev repo on Linux, going though steps in our Getting Started dev documentation, and ending up with the webpack: Failed to compile error.

System information

  • Version: dev repo
  • Operating system: Ubuntu Linux

Traceback or relevant snippet from server.log or browser console

Original error - Terminal output

After npm install node-sass - Terminal output

After npm rebuild node-sass - Terminal output

Real-life consequences

Unable to start server in development

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
radinamaticcommented, Apr 28, 2017

I’ll update the Getting Started dos with the tip, and some small corrections!

0reactions
rtibblescommented, Mar 15, 2018

Hi @djholmes, if you receive this error, it means that the webpack build process has not completed yet. If you then wait and it completes and you still experience an error, please let us know!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there a way to install node-sass without download ... - GitHub
The most effective and simplest solution for me: download this ${your_platform_vers}_binding.node manually (on other machine, can be downloaded ...
Read more >
Error with node-sass when running npm install - Stack Overflow
1. Best answer - I was frustrated at every project with node-sass' exhausting installation process. · npm i node-sass worked fine when ...
Read more >
node-sass | Yarn - Package Manager
We will stop building binaries for unsupported releases, testing for breakages in dependency compatibility, but we will not block installations for those that ......
Read more >
node-gyp - npm
Installation. You can install node-gyp using npm : npm install -g node-gyp. Depending on your operating system, you will need to install: ...
Read more >
Node Sass errors - Whoopee Digital
The yarn error message originally told me to install node greater than or equal to (>=) version 10 and I assumed the latest...
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