Why can't NPM read my dependencies?

I'm trying to start a new ionic project. I got this far and I'm very proud of that. Though I'm halted at ionic setup sass. I was able to 'ionic platform android'

I think the problem lies in the open 'C:\Users\ALIR\package.json'

It should be looking in : 'C:\Users\ALIR\Documents\Ionic\tutorials\test'

Also this line is concerning: '"C:\Program Files\nodejs\\node.exe" "C:\Program Files\nod ejs\node_modules\npm\bin\npm-cli.js"' All of these slashes sem inappropiate.

C:\Users\ALIR\Documents\Ionic\tutorials\test>ionic setup sass
npm ERR! install Couldn't read dependencies
npm ERR! package.json ENOENT, open 'C:\Users\ALIR\package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directo
ry.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Users\ALIR\Documents\Ionic\tutorials\test
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! path C:\Users\ALIR\package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno 34
npm
Error running npm install

C:\Users\ALIR\Documents\Ionic\tut

orials\test>

So I had to create a package.json at Users\Alir. I just took the one from the todo folder. I'm sure this is not good, but what else can I do.

Now everything is progressing.