-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error installing mlproj #10
Comments
Hi @willsthompson. Thank you for reporting this! Unfortunately I cannot reproduce the problem on my own Mac. Also, I am not sure why the ML Console mentions
Extra note. The following link on the npm website starts with "If you see an |
Also, here is a thread with info that seems related more closely to your exact problem: nodejs/node-gyp#454 (comment). |
Done now. This is all I can do as this is not an mlproj problem, but rather an NPM setup issue. Note that the above comment mentions the MLC website, which has not been announced yet, but will replace the README file, eventually: http://mlconsole.org/. |
Thanks @fgeorges! I read the article on |
One more update (for anyone who stumbles across this issue down the road). After wiping |
Just a quick note that the initial issue was because of a dependency (of a dependency...), that has just been removed (I replaced chokidar by node-watch, which has 0 dependency, and actually works on Windows as well). |
I followed the instructions to install from the EXPath Console readme:
sudo npm install mlproj -g
, and several errors occurred:I'm on a Mac running macOS 10.13, and my
npm --version => 6.4.1
. I was only able to get it to install after finding an issue for similar problem on a different package, and used this command:The text was updated successfully, but these errors were encountered: