You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the "The webpack configuration file ...webpack.config.js does not exist" error,while trying demo.
➜ src git:(master) npm run demo.android
> [email protected] demo.android
> npm run build && cd ../demo && tns run android --device Nexus_6_API_30
> [email protected] build
> npm i && ts-patch install && npm run tsc
up to date, audited 785 packages in 2s
35 packages are looking for funding
run `npm fund` for details
6 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
[!] Files already patched with the latest version. For details, run: ts-patch check
> [email protected] tsc
> tsc -skipLibCheck
Searching for devices...
Starting Android emulator with image Nexus_6_API_30
Waiting for emulator device initialization...
Your application will be deployed only on the device specified by the provided index or identifier.
Preparing project...
The webpack configuration file /Users/sergeykorsik/programming/sort-it-right/barcodedemo/demo/webpack.config.js does not exist. Ensure the file exists, or update the path in nativescript.config.(js|ts).
➜ src git:(master) ✗
The text was updated successfully, but these errors were encountered:
I get the "The webpack configuration file ...webpack.config.js does not exist" error,while trying demo.
The text was updated successfully, but these errors were encountered: