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
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
This enhancement is mostly helpful to people who are newer to the javascript ecosystem. I've noticed a lot of people having problems when they clone a GlueStick app but they forget to run yarn install or npm install before running the app. The most common error message they get is an error related to failing to spawn ./node_modules/.bin/gluestick which makes sense because it isn't there. Do you think it would be a good idea to check if the node_modules folder exists and if not we throw a more helpful error for these situations?
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
This enhancement is mostly helpful to people who are newer to the javascript ecosystem. I've noticed a lot of people having problems when they clone a GlueStick app but they forget to run
yarn install
ornpm install
before running the app. The most common error message they get is an error related to failing to spawn./node_modules/.bin/gluestick
which makes sense because it isn't there. Do you think it would be a good idea to check if the node_modules folder exists and if not we throw a more helpful error for these situations?The text was updated successfully, but these errors were encountered: