I’m new to Ionic world and I’m doing my first project, I had to learn about Angular (I hate filling lists on xml ). I used the Tabs template as a base, but right now i modified it a lot.
I want to share my app with Ionic View. I followed all the steps to upload the project to the dashboard.
When I try to see my app on the Ionic View, i can only see the Tabs template app.
Then I tried to commit the source to the master channel, but fails on compilation with this message for all pages i have created : Cannot find module ‘…/pages/[Page name]/[Page name]’.
And then
npm run build failed Make sure your project has a build script in the package.json
So I think that I have not pushed the surce correctly on git?
Gathering environment info - failed!
Error: Cannot find module 'combined-stream’
at Function.Module._resolveFilename (module.js:489:15)
at Function.Module._load (module.js:439:25)
at Module.require (module.js:517:17)
at require (internal/module.js:11:18)
at Object. (/usr/local/lib/node_modules/ionic/node_modules/form-data/lib/form_data.js:1:84)
at Module._compile (module.js:573:30)
at Object.Module._extensions…js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
at Function.Module._load (module.js:462:3)