We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, commands have to be compiled locally first before running them. Obviously, this isn't ideal.
Attempted a spike to upgrade to yarn 2 (see spikes/yarn-2), but ran into a number of issues (like oclif/config#171 & lerna/lerna#2564).
When the above look like they've been resolved, this Heroku blog post might be helpful. Of course, it might make more sense to wait on the new version of oclif.
For the moment, we'll attempt to use yarn 1 workspaces to get around this issue.
The text was updated successfully, but these errors were encountered:
techpeace
Successfully merging a pull request may close this issue.
Currently, commands have to be compiled locally first before running them. Obviously, this isn't ideal.
Attempted a spike to upgrade to yarn 2 (see spikes/yarn-2), but ran into a number of issues (like oclif/config#171 & lerna/lerna#2564).
When the above look like they've been resolved, this Heroku blog post might be helpful. Of course, it might make more sense to wait on the new version of oclif.
For the moment, we'll attempt to use yarn 1 workspaces to get around this issue.
Resources
The text was updated successfully, but these errors were encountered: