Issue with installing Ionic

Hey guys!

I am having an issue with Ionic installation:

MacBook:folder Uksz$ sudo npm install ionic -g
/usr/local/bin/ionic -> /usr/local/lib/node_modules/ionic/bin/ionic

> node-sass@3.4.1 install /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass
> node scripts/install.js

sh: node: command not found
npm WARN install:node-sass node-sass@3.4.1 install: `node scripts/install.js`
npm WARN install:node-sass spawn ENOENT

> spawn-sync@1.0.14 postinstall /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/cross-spawn/node_modules/spawn-sync
> node postinstall

sh: node: command not found
npm WARN install:spawn-sync spawn-sync@1.0.14 postinstall: `node postinstall`
npm WARN install:spawn-sync spawn ENOENT
/usr/local/lib
`-- (empty)

npm ERR! code 1

Any help will be welcome

What is your node version? node -v

I use 5.0.0. Tired 4.2.2 without success

try switching to 4.2 first and then do

npm rebuild node-sass

I’ve just tried that - and it didnt worked for me… I think i will just try to completley remove npm and node, and reinstall it