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
OS: MAC OS X 10.12.2
when I install yarn with brew install yarn, it installs one of it's dependences, node-9.9.0.sierra.bottle.tar.gz
when I run "yarn" to install all dependencies, it says : error electron-builder@19.50.0: The engine "node" is incompatible with this module. Expected version ">=6.11.4". error An unexpected error occurred: "Found incompatible module".
But when I run "node --version", it outputs v6.11.0
The text was updated successfully, but these errors were encountered:
OS: MAC OS X 10.12.2
when I install yarn with
brew install yarn
, it installs one of it's dependences,node-9.9.0.sierra.bottle.tar.gz
when I run "yarn" to install all dependencies, it says :
error electron-builder@19.50.0: The engine "node" is incompatible with this module. Expected version ">=6.11.4". error An unexpected error occurred: "Found incompatible module".
But when I run "node --version", it outputs v6.11.0
The text was updated successfully, but these errors were encountered: