Unable to add packages using Yarn #2067
Unanswered
shashwata27
asked this question in
Q&A
Replies: 1 comment
-
@shashwata27 you need to remove it from the root ( $ yarn remove use-count-up
$ yarn workspace app add use-count-up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added use-count-up using
yarn add use-count-up
command but while building the app, it isn't running, same with any other package I try to install. My editor can pick up the documentation after the installation, but build failing.Here is the screenshots
Code
installation log
package.json & yarn.lock got modified after installation like this
package.json
Beta Was this translation helpful? Give feedback.
All reactions