Problems with Yarn Workspaces #2617
felipsbreno
started this conversation in
General
Replies: 2 comments
-
This repo is for Yarn v2+, I also see you opened an issue at yarnpkg/yarn#8598, there is no need to double post |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok @merceyz |
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
-
In the company where I work we use the yarn workspaces, recently I have been having trouble running the command to climb the frontend.
Below is a picture of the error that is returned on the console when running the command to raise the frontend
Comand:
yarn run vigia-elite
In the package.json file I created a script like this:
vigia-elite": "yarn install && yarn workspace vigia-elite start
,Version:
Node.js > v12.21.0
Yarn > v1.22.10
Has anyone here had a similar problem?
Beta Was this translation helpful? Give feedback.
All reactions