This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork40
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
feat: yarn support #764
Open
Labels
Description
Is your feature request related to a problem? Please describe.
{N} CLI supportsyarn
, but when you call update script ofnativescript-dev-webpack
it spawn some npm installs and this cause failures when you run the project after that (with yarn).
Describe the solution you'd like
Detect if {N} CLI use yarn and spawnyarn add
instead ofnpm install
.
Describe alternatives you've considered
Lave up to the user to install npm dependencies and do not spawnnpm install
.