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

Fixing global add in linux root folder #1029 #1339

Closed
wants to merge 1 commit into from
Closed

Fixing global add in linux root folder #1029 #1339

wants to merge 1 commit into from

Conversation

lucaskatayama
Copy link
Contributor

Summary
Fixing yarn global add being installed in root folder described in issue #1029
.
Users can't access /root/.yarn-* .
Using /usr/local/libinstead like npm modules (/usr/local/lib/node_modules)
eg:

yarn global add react-native-cli
/usr/local/bin/react-native -> ../lib/.yarn-config/global/node_modules/.bin/react-native*

Reference

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.

1 participant