-
Notifications
You must be signed in to change notification settings - Fork 142
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
global npm install
of stencil-cli fails on node 9.10.0 when on MacOS 10.13.3
#374
Comments
Also appears to affect 9.10.1, see below:
|
@qbunt currently we do not support node 9.x https://stencil.bigcommerce.com/docs/prerequisites-mac-os#section--span-id-node-npm_mac-2-node-js-span- We are looking into adding support for 9.x. |
Ah, I see that in the docs site, would you accept a PR to call that out in the Readme file here as well @junedkazi? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
npm install -g @bigcommerce/stencil-cli
installs without any npm error on Node v9.10.0Actual behavior
npm install -g @bigcommerce/stencil-cli
when on Node 9.10.0 returns the following error message when buildinglib-sass
via node-gypSteps to reproduce behavior
Switch to Node v9.10.0 and run
npm install -g @bigcommerce/stencil-cli
. Switching to the LTS release (8.11.1 as of this writing) installs without issue.This does appear to be related to lib-sass/node-sass via node-gyp building when in this version. This may be outside the scope of what this project would like to handle, if so please close. Thanks!
The text was updated successfully, but these errors were encountered: