Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"The webpack configuration file ...webpack.config.js does not exist" while trying demo #272

Open
dnim opened this issue Aug 9, 2021 · 1 comment

Comments

@dnim
Copy link

dnim commented Aug 9, 2021

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) ✗ 

@bradmartin
Copy link

For some reason it was never published to the repo. #278 I've fixed the repo on this PR so once it is merged it will work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants