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

Commit 57c8b59

Browse files
committed
Stop telling people to run npm rebuild with --force
This forces a local compilation (slow) when they just want to download right binary (fast).
1 parent cba089d commit 57c8b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function foundBinariesList() {
2525
function missingBinaryFooter() {
2626
return [
2727
'This usually happens because your environment has changed since running `npm install`.',
28-
'Run `npm rebuild node-sass --force` to build the binding for your current environment.',
28+
'Run `npm rebuild node-sass` to download the binding for your current environment.',
2929
].join('\n');
3030
}
3131

0 commit comments

Comments
 (0)