-
Notifications
You must be signed in to change notification settings - Fork 30
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
Getting yarn errors #16
Comments
I had the same problems with win10. Here is some advice for you:
|
I know this was a while ago but the above didn't work for me, so for anyone else who is running into Windows issues and isn't familiar with Yarn, I managed to get it working another way. The repository is configured to use a particular (included) distribution of Yarn. My assumption is that this distribution is for *nix systems which is why attempting to run it on Windows doesn't work. If you remove the reference to the included Yarn distribution from the repository ".yarnrc" file then your system Yarn installation will be used instead which seems to work fine for the version I'm using (1.22.4). |
I am having the same problem on mac |
It seems these tools are what I need to document my json schema: https://github.com/andrejellema/GlobalCoffeeDataStandard/blob/master/global-coffee-data-standard.schema.json
But I'm having major problems installing it. I'm getting a lot of
yarn
errors.I'm using Win10 and I'm not familiar with
yarn
.I also installed
lerna
, which is new to me too.In my dev-folder everything seems to be ok:
In the folder that holds my schema as well:
But in the freshly cloned
json-schema-tools
schema I get this:The documentation says I should start with
lerna bootstrap
. That is giving these errors:When I remove the
.yarnrc
-file it seems to work:I also can run
doca init
in my schema folder and thedocumentation
folder is created and it contains several files.I can also run
But
yarn start
failes:After hours of trying I give up. Please assist me on how to run
doca
.The text was updated successfully, but these errors were encountered: