This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Error: ENOENT: no such file or directory when running NS with webpack in --env.aot #575
Closed
7 tasks done
Issue Checklist
Tell us about the problem
This issue might be a duplicate of #566 and #547 .
I am getting this error on save changes with
--env.aot
, if I remove--env.aot
leavingtns run android --bundle --env.unglify --env.snapshot
the cli is working perfectly fine on save changesStep to reproduce:
tns create myApp --ng;cd myApp;npm i nativescript-dev-webpack --save-dev;npm install;tns platform add android;tns run android --bundle --env.unglify --env.snapshot --env.aot
successfully synced application org.nativescript.myApp
this error appears in CLILocal environment
Project data
The text was updated successfully, but these errors were encountered: