You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Npm has npm rebuild to rebuild compiled packages (eg, node-sass). we need this in yarn for, among other reasons, the need to rebuild packages for cross-platform environments.
#2069 was closed prematurely and calls to reopen it have been ignored. it was closed after being erroneously marked as a duplicate. the use case and solution for #756 are quite different, and does not solve the problem.
The text was updated successfully, but these errors were encountered:
For anyone who runs across this in the meantime, npm rebuild --update-binary appears to be a viable workaround that won't mess with your lock files. /ht @fugroup
Npm has
npm rebuild
to rebuild compiled packages (eg, node-sass). we need this in yarn for, among other reasons, the need to rebuild packages for cross-platform environments.#2069 was closed prematurely and calls to reopen it have been ignored. it was closed after being erroneously marked as a duplicate. the use case and solution for #756 are quite different, and does not solve the problem.
The text was updated successfully, but these errors were encountered: