NativeScript/nativescript-marketplace-demo

Can not run with --bundle

dtopuzov opened this issue · 2 comments

Steps to reproduce:

git clone https://github.com/NativeScript/nativescript-marketplace-demo
cd nativescript-marketplace-demo
tns build android --bundle

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
.....

No issues with latest version of the app.