Don't install node modules locally #401
Labels
build-issue
Issues occurring when attempting to build
codegen
Issues related to or arising from code generation
Milestone
Currently, the
check-and-run-apollo-cli.sh
script automatically installs the missing Apollo node module and its dependencies locally if they're missing. I would prefer the script would not do that but instead exit with a helpful error message.I was thinking about generating a pull request to patch the script to optionally exit instead of installing automatically but wasn't able to come up with a good solution for that and would like to discuss options here first.
So far I came up with three ideas:
apollo codegen:generate
. It might create a lot of confusion.So far I think a new script might be a good idea. Thoughts?
The text was updated successfully, but these errors were encountered: