Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Stop telling people to run npm rebuild with --force
Browse files Browse the repository at this point in the history
This forces a local compilation (slow) when they just want to
download right binary (fast).
  • Loading branch information
xzyfer committed Jul 5, 2018
1 parent cba089d commit 57c8b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function foundBinariesList() {
function missingBinaryFooter() {
return [
'This usually happens because your environment has changed since running `npm install`.',
'Run `npm rebuild node-sass --force` to build the binding for your current environment.',
'Run `npm rebuild node-sass` to download the binding for your current environment.',
].join('\n');
}

Expand Down

0 comments on commit 57c8b59

Please sign in to comment.