-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Install via yarn returns prompt to use yarn. #38501
Comments
If I remove lines 15 to 18 on |
What's the value of |
NPM for us: |
While executing Simply add the following to
|
Not sure why my test code earlier was reporting it as Seems to fail because it's checking for |
Linux goliath 4.13.12-32.current #1 SMP Wed Nov 8 19:07:57 UTC 2017 x86_64 GNU/Linux
Steps to Reproduce:
yarn
(installed globally) during build+ yarn yarn install v1.3.2 $ node build/npm/preinstall.js *** Please use yarn to install dependencies
The
+
before yarn merely denotes during our build what command is being run and is not part of the command itself. Runningyarn
as a replacement for npm install as per #38481Further notes:
The text was updated successfully, but these errors were encountered: