NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

Can not run with --bundle #301

Closed dtopuzov closed 5 years ago

dtopuzov commented 6 years ago

Steps to reproduce:

git clone https://github.com/NativeScript/nativescript-marketplace-demo
cd nativescript-marketplace-demo
tns build android --bundle
dtopuzov commented 6 years ago

Error is:

ERROR in ./examples/chart/area-series-page.xml
Module not found: Error: Can't resolve 'examples/example-base-page' in '/Users/topuzov/Git/nativescript-cli-tests/nativescript-marketplace-demo/app/examples/chart'
 @ ./examples/chart/area-series-page.xml 1:72-109 1:198-235
 @ . sync (root|page)\.(xml|css|js|ts|scss)$
 @ ./app.ts

ERROR in ./examples/chart/line-series-page.xml
Module not found: Error: Can't resolve 'examples/example-base-page' in '/Users/topuzov/Git/nativescript-cli-tests/nativescript-marketplace-demo/app/examples/chart'
 @ ./examples/chart/line-series-page.xml 1:72-109 1:198-235
 @ . sync (root|page)\.(xml|css|js|ts|scss)$
 @ ./app.ts

ERROR in ./examples/chart/pie-series-page.xml
Module not found: Error: Can't resolve 'examples/example-base-page' in '/Users/topuzov/Git/nativescript-cli-tests/nativescript-marketplace-demo/app/examples/chart'
 @ ./examples/chart/pie-series-page.xml 1:72-109 1:198-235
 @ . sync (root|page)\.(xml|css|js|ts|scss)$
 @ ./app.ts

ERROR in ./examples/chart/bar-series-page.xml
Module not found: Error: Can't resolve 'examples/example-base-page' in '/Users/topuzov/Git/nativescript-cli-tests/nativescript-marketplace-demo/app/examples/chart'
 @ ./examples/chart/bar-series-page.xml 1:72-109 1:198-235
 @ . sync (root|page)\.(xml|css|js|ts|scss)$
 @ ./app.ts
.....
dtopuzov commented 5 years ago

No issues with latest version of the app.