Closed feitian124 closed 9 years ago
Hi @feitian124, what version of SANE are you using?
the latest one 0.0.24
That looks like the bug that was fixed by https://github.com/artificialio/sane/commit/db69462f66cccfc24980929a4d13ae3ef2634b8a
But that bug was introduced and fixed after 0.0.24, so I can only think you must have a fork that is npm linked to your global. Try this:
$ rm -rf node_modules
$ npm uninstall -g sane-cli
$ npm cache clean
$ npm install -g sane-cli
$ npm install
After that, try to sane up
again.
@IanVS thank you. I tried then sane up
is ok without a global installed which.
i pulled the latest commit c1fd0e129da87ac7a9d0ada78714904ff2909222, then npm install, bower install, then find that
sane up
failed.after
sudo npm install -g which
it is resolved.write here so anyone who met same problem may get help and we may need an solution or document.