-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
[Bug] Issue on adding new package #1631
Comments
@YehualashetGit what command do you run!? |
I have updated the issue with the command I run |
@maceteligolden did you run I found yarnpkg/yarn#8405 and in one of comments they suggest to update nx / lerna packages to latest, did you checked that? yarnpkg/yarn#8405 (comment) I don't like idea to pin Yarn version that way, however seems others doing it too, e.g. https://github.com/vuetifyjs/vuetify/tree/master/.yarn/releases. Still if we can resolve this without adding yarn binary to our repo that would be preferred approach. Also, maybe we just need to try yarn v2? :))) No idea if it will work well with all deps we have / with NX and with Lerna etc... |
yes @evereq i updated the yarn policies. i'll check updating nx and lerna. |
Currently, we are encountering an issue when attempting to add a new package into our apps. This issue results in the following example error message:
here is the command under the corresponding apps directory
yarn add packageName
i.e
The text was updated successfully, but these errors were encountered: