nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

feat: yarn support

Open dtopuzov opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe. {N} CLI supports yarn, but when you call update script of nativescript-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 spawn yarn add instead of npm install.

Describe alternatives you've considered Lave up to the user to install npm dependencies and do not spawn npm install.

dtopuzov avatar Jan 08 '19 15:01 dtopuzov

Related to https://github.com/NativeScript/nativescript-cli/issues/4256

dtopuzov avatar Jan 09 '19 19:01 dtopuzov