-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"tree match failed" error #3
Comments
Can you please provide full content of your On 24.04.2012, at 17:13, [email protected] wrote:
|
I cloned the repo with
|
you need also run On 25.04.2012, at 7:24, [email protected] wrote:
|
I tried to run |
after
|
yes |
I think you have't npm's root path in your NODE_PATH, so node can't find global installed npm modules. |
anyway i think to remove all global paths from tests |
At first, I met the error in #1 , then I tried to install the
eyes
module by myself withsudo npm install -g eyes
, then I run this commandkrasota -i test.js -b krasota/lib/beautifiers/split-vars
and get this error:after you fixed #1, I use
sudo npm uninstall -g krasota
to unintall the installed package, fetch and merge the code from github, then runsudo npm install -g
in the directory of my local clone of krasota, then runkrasota -i test.js -b krasota/lib/beautifiers/split-vars
again, but I still get the error.I also tried to install krasota with
sudo npm install -g krasota
, it doesn't work either.The text was updated successfully, but these errors were encountered: