node.js - ninja and npm_executable-notfound -
trying build tangelo source (first time @ this) , can 90% of way through process git bash , ninja final part of process not working.
having cd build dir ~/tangelo/build
, ran ninja
gitbash following error:
$ ninja [6/135] installing phantomjs failed: cmd.exe /c cd /d c:\users\usr\tangelo\build && npm_executable-notfound install phantomjs $ ninja [6/132] installing uglify-js failed: cmd.exe /c cd /d c:\users\usr\tangelo\build && npm_executable-notfound install uglify-js 'npm_executable-notfound' not recognized internal or external command, operable program or batch file. [6/132] installing phantomjs failed: cmd.exe /c cd /d c:\users\usr\tangelo\build && npm_executable-notfound install phantomjs 'npm_executable-notfound' not recognized internal or external command, operable program or batch file. [6/132] creating virtual python environment new python executable in c:/users/usr/tangelo/build/venv\scripts\python.exe installing setuptools.................done. installing pip...................done. running virtualenv interpreter c:/python27/python.exe ninja: build stopped: subcommand failed.
i have windows node install here (env var set c:\nodejs
node.exe is) , after re-boot can install packages show errors in code above (uglify-js , phantomjs)
question is: ideas how make ninja understand node/npm install?
problem solved...but other errors come
i had run 'cmake -g ninja ../' command again before running ninja. obvious had installed node after cmake build file made.
now seems i'm having problems ninja , pip
Comments
Post a Comment