I am php developer and now i want to build project with mean.io. and getting some errors in command line, can anyone help me to get out of these or let me know why these errors are showing up. I installed node.js,git and python.
I wrote the following commands.
 $ git clone https://github.com/linnovate/mean.git
 $ cd mean
 $ npm install && npm start
Following errors are showing in cmd.
Binary has a problem: Error: %1 is not a valid Win32 application.
\\?\D:\mean\node_modules\node-sass\vendor\win32-ia32-57\binding.node
erb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (D:\mean\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (D:\mean\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (D:\mean\node_modules\which\which.js:80:29)
gyp verb `which` failed     at D:\mean\node_modules\which\which.js:89:16
gyp verb `which` failed     at D:\mean\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at D:\mean\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb `which` failed  python2 { Error: not found: python2
