npm ERR! spawn-sync@1.0.13 postinstall: node postinstall
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the spawn-sync@1.0.13 postinstall script ‘node postinstall’.
npm ERR! This is most likely a problem with the spawn-sync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node postinstall
npm ERR! You can get their info via:
npm ERR! npm owner ls spawn-sync
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/Babu/src/node/npm-debug.log
You probably didn’t “source” the nvm.sh script in your .bashrc script.
And by the way, I think when you use “nvm” then you should NOT use sudo. Using sudo all the time, even when it’s not necessary, will only cause you a lot of headache down the line.
I found out last night Ionic is not compatible with Node 5.0.0. Not sure if this is 100% of your issue as I wasn’t getting any errors when I figured this was my issues. I suggest you downgrade and try again.
npm ERR! node-sass@3.3.3 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.3.3 postinstall script ‘node scripts/build.js’.
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
HELLO EVERYONE
While i am installing ionic framework in my system and running the command ionic start myApp tabs it is showing the following error and saying missing xml helpers.It is saying cannot find module xml helpers.
I was using ubuntu desktop 14.04 so I had installed the android SDK in a different path from the path declared in the $PATH variable of the system so i just copied the files into the same path and run it again and it worked…!!