1.0.2 • Published 4 years ago

node-sass-install v1.0.2

Weekly downloads
260
License
ISC
Repository
-
Last release
4 years ago

node-sass-install

The most efficient way to install node-sass.

How to use?

If you use yarn, just run:

yarn add node-sass-install

If you use npm, run:

npm install --save-dev node-sass-install
npx node-sass-install

What happened?

What happened inside node-sass-install?

No magic! We just put dart-sass and node-sass to package.json's dependencies, and install a node-sass under a custom alias.

When you install node-sass-fix, dart-sass will add to your node_modules folder and rename to node-sass.

  "dependencies": {
    "dart-sass": "^1.25.0",
    "node-sass": "npm:dart-sass@^1.25.0"
  }

Reference & Thanks