Top "Node-sass" questions

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

Vue CLI CSS pre-processor option: dart-sass VS node-sass?

When creating a new project with CLI (v3.7.0), there is an option to choose between dart-sass or node-sass compiler. How …

vue.js webpack sass vue-cli node-sass
Issue using node-sass after updating NodeJS

I get an issue using node-sass after updating my NodeJS version. Issue : (node:472) fs: re-evaluating native module sources is not …

node.js node-sass
Node-sass is not recognized by command line

I'm trying to set up node-sass, following the instructions on CSS-Tricks. Node and npm are installed correctly, and the node-sass …

node.js npm command-line-tool node-sass
Module build failed: Error: Cannot find module 'node-sass'

Module build failed: Error: Cannot find module 'node-sass' Also run the commands, sudo npm install node-sass --save sudo npm rebuild …

angular github angular-ui-router node-sass
Using node-sass watch option with npm run-script

So I'm running tasks in npm package scripts but I want to pass the watch option in npm start. This …

node.js sass npm build-tools node-sass
npm install: Failed at the [email protected] postinstall script

I have a angular application: https://github.com/XBITSwitzerland/ngx-admin/tree/ng2-admin And now I try to do: npm …

node.js angular npm npm-install node-sass
Get SASS to autocompile with NodeJS Express and node-sass

I'm developing using node.js, and instead of writing css would like to write SCSS files that auto-compile whenever I …

node.js express sass node-sass
Minify CSS with Node-sass

I'm using SCSS in my NodeJS project and have my script working to turn all my seperate SCSS files into …

css node.js minify node-sass
node-sass installation issue

When I try to install node-sass using npm, I get the following error message: Cannot download "https://github.com/sass/…

javascript node.js sass node-sass
npm run cannot find module 'sass' after repeated reinstall attempts

Any call to npm run produces this error: $ npm run dev > @ dev /project > npm run development > @ development /…

node.js npm laravel-mix node-sass