-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow yarn to be used instead of npm #518
Comments
That's preventing yarn completely replacing npm, sure. In the meantime you should be able to symlink |
yarn prune has no --production option |
Then it sounds like yarn support specifically is blocked on |
The above yarn issue relates to Those two issues block proper yarn support. However, I have spec'd out how to implement generic NPM-compatible package manager support in #515 (comment), and I am happy to review pull requests that implement this (and, obviously, follow the contributing guidelines). |
|
Lines like this preventing normal use with yarn:
child.exec('npm prune --production', {cwd: appPath}, cb)
exec('npm install --no-bin-links'
The text was updated successfully, but these errors were encountered: