Ionic 2 unmanageble directory structure

I installed the latest node and npm, started a new ionic 2 app but I got the following error:
**
Installing npm packages…
Error with start undefined
Error Initializing app: There was an error with the spawned command: npminstall
There was an error with the spawned command: npminstall
**
trying to run the ionic serve command, I got the following message:
"Cannot find module ‘process-nextick-args’ "
By the way, it seems that right now the node_modules directory is flat.