Top "Node-sass" questions

Node-sass is a library that provides binding for Node.

How can I upgrade Libsass with npm?

I'm currently running NPM's node-sass tool, but the version of libsass it is running is 3.2.2, and the version I need …

node.js sass libsass node-sass
Node Error: resolve-url-loader: CSS error

I am trying to run a react project as dev server on my surface, and if gives me the error …

node.js reactjs npm node-sass resolve-url-loader
Error: ENOENT: no such file or directory, scandir '.../node_modules/node-sass/vendor'

I am having an issue running my node application on a different computer than the one I usually use. After …

node.js node-sass
To import Sass files, you first need to install node-sass

Running create-react-app, I get the error in my create-react-app application: To import Sass files, you first need to install node-sass. …

node.js sass create-react-app node-sass
The implementation option must be passed to the Sass task

Running grunt - I get this error message: Running "sass:all" (sass) task Fatal error: The implementation option must be …

npm sass gruntjs node-sass gruntfile
Error with install angular-cli with node-sass

My system configuration: debian 4.4 , nvm 0.33.8 , node v8.9.4 , npm 5.6.0 . I want to install Angular-cli npm install -g @angular/cli. But I …

javascript node.js angular-cli npm-install node-sass
How to style child components in React with CSS Modules

I'm using React with SASS and CSS Modules. How can I style the children component without passing a new ClassName …

javascript reactjs node-sass css-modules
Gulp suddenly compiling extremely slowly

Recently, for no reason I can tell, my gulp compile times for strictly sass tasks have become extremely slow. They …

node.js sass gulp node-sass gulp-sass
Is it possible to install node-sass without downloading from Github during the post install step?

I'm behind a corporate firewall, proxying the npm repository with Nexus. During the post install step, node-sass tries to curl …

nexus node-sass