Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo incompatible with Node 12+ #4

Open
saxoncameron opened this issue Dec 1, 2019 · 1 comment
Open

Repo incompatible with Node 12+ #4

saxoncameron opened this issue Dec 1, 2019 · 1 comment

Comments

@saxoncameron
Copy link

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

warning Error running install script for optional dependency: "/Users/sacameron/Sites/schematik-forms/node_modules/fsevents: Command failed.

and node-sass

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.

@saxoncameron
Copy link
Author

FYI above PR is for being explicit with compatible Node version (11) and is separate from a fix to getting Node 12+ support working properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant