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
When attempting to run yarn and using Node LTS (~12.13), getting a number of error messages that prevents the installation. Quite a long output, here are the main offenders, it seems:
error /Users/sacameron/Sites/schematik-forms/node_modules/node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory: /Users/sacameron/Sites/schematik-forms/node_modules/node-sass
Output:
Building: /Users/sacameron/.nvm/versions/node/v12.13.0/bin/node /Users/sacameron/Sites/schematik-forms/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
yarn still runs fine when reverting back to node ^11.
The text was updated successfully, but these errors were encountered:
When attempting to run
yarn
and using Node LTS (~12.13), getting a number of error messages that prevents the installation. Quite a long output, here are the main offenders, it seems:fsevents
and
node-sass
yarn
still runs fine when reverting back to node^11
.The text was updated successfully, but these errors were encountered: