zaach / jison

Bison in JavaScript.
http://jison.org
4.35k stars 448 forks source link

jison: command not found #385

Closed yao206cc closed 4 years ago

yao206cc commented 5 years ago

I have successfully installed it but jison: command not found;node versions is v10.15.1;I reinstalled node, and it didn't work

tianliuj commented 4 years ago

I meet this problem too, you can try to global installation. npm install jison -g