šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

rebuild-node-sass

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rebuild-node-sass

Rebuilds node-sass but only if needed

1.1.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

rebuild-node-sass

Rebuilds node-sass but only if needed

NPM

Build status semantic-release

Use

npm install --save-dev rebuild-node-sass node-sass

Then before build (when node-sass is probably used), call rebuild-node-sass to make sure it is ready

{
  "scripts": {
    "prebuild": "rebuild-node-sass",
    "build": "..."
  }
}

Testing

To execute in a different environment, for example when working on Mac, we can install Mac Sass binary npm install and then switch to Docker

docker run -v $PWD:/src -w /src -it node /bin/bash

which produces the following output (abridged)

root@0d0cd593e320:/src# ./rebuild.sh
npm info it worked if it ends with ok
npm info using npm@5.0.0
npm info using node@v8.0.0
npm info ok
/src/node_modules/node-sass/lib/binding.js:15
      throw new Error(errors.missingBinary());
...
Binary found at /src/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
node-sass@4.5.3 /src/node_modules/node-sass

Keywords

sass

FAQs

Package last updated on 21 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts