Skip to content
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

Enable yarn's 'workspaces-experimental' #19

Closed
wants to merge 1 commit into from

Conversation

danieljsj
Copy link

I had been receiving
'error The workspace feature is currently experimental and needs to be
manually enabled - please add "workspaces-experimental true" to your
.yarnrc file.'

So I added 'RUN yarn config set workspaces-experimental true' right
after the installation of yarn, and the error did not appear on next
runtime.

resolves: #18

I had been receiving
'error The workspace feature is currently experimental and needs to be
manually enabled - please add "workspaces-experimental true" to your
.yarnrc file.'

So I added 'RUN yarn config set workspaces-experimental true' right
after the installation of yarn, and the error did not appear on next
runtime.

resolves: harvard-dce#18
@danieljsj
Copy link
Author

I think there are a lot more issues with this repo than just this, so I'm going to close my own pull request here; this issue probably comes from larger versioning issues.

@danieljsj danieljsj closed this Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install error, asking for "workspaces-experimental true" in .yarnrc
1 participant