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
Developers may want to change their dependencies (e.g. in the package.json file) and when they perform a gx-go rw will see their imports rewritten. However, unless they also run gx install their code will not be functional. It may be worth have gx-go rw call gx install.
The text was updated successfully, but these errors were encountered:
I think this would be better solved by a shell alias/script that you define yourself, that does a gx install before gx-go rw, instead changing the way gx-go rw works internally.
Developers may want to change their dependencies (e.g. in the package.json file) and when they perform a gx-go rw will see their imports rewritten. However, unless they also run gx install their code will not be functional. It may be worth have gx-go rw call gx install.
The text was updated successfully, but these errors were encountered: