Ionic View & debug APK

Hi guys,

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 :sweat_smile:). 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 :disappointed_relieved::
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? :confused:

Hope you can help this poor noob :sob:

What is your ionic info output?

:heavy_multiplication_x: 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)

cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.13.1
ionic (Ionic CLI) : 3.13.2

System:
Node : v8.4.0
npm : 5.3.0
OS : OS X El Capitan

Misc:
backend : pro

PS: The error appeared after last update.

Up! :sob:

Need help on this!