nativescript-schematics icon indicating copy to clipboard operation
nativescript-schematics copied to clipboard

Build fails with nativescript-dev-webpack@rc

Open endarova opened this issue 5 years ago • 1 comments

Environment package_json.txt

Describe the bug After updating to nativescript-dev-webpack@rc the app cannot build anymore.

To Reproduce

  1. npm i -g @angular/cli
  2. npm i -g @nativescript/schematics
  3. ng new --collection=@nativescript/schematics TestApp --shared
  4. tns run iOS the app runs on device
  5. npm i nativescript-dev-webpack@rc --save-dev
  6. node_modules/.bin/update-ns-webpack --deps --configs
  7. tns run iOS the app build exits with error: Log: log.txt

endarova avatar Oct 29 '19 14:10 endarova

related to #260

endarova avatar Oct 30 '19 06:10 endarova