-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
npm Installation fails #2866
Comments
+1 |
|
try use bower install fabric, this helped me |
I'll try to tag 1.6.0 and do npm publish asap. You may have problem with node 4+ anyway. |
hmm I don't know why it's isn't work.. I have node 4+ maybe problem with it. But i use bower, this work nice. |
Bower might be a solution, however as I manage all dependencies via npm I would prefer using it also for fabric. If it works with bower, I don't see any reason why it shouldn't work with npm... |
I just made a PR #2872. What do you think? |
i run "npm install ." in localhost after a git clone of the main repo tagget as 1.6.0 and the install went fine. Some warning about the use of execSync that has an old "gracefull" version, other than that it is working. |
Unfortunately, this doesn't works from me. I tried it on my machine, but still get the same errors... If I search for fabric on npmjs I only get the rc.1 version. Could you run |
I do not have keys to publish, i'm waiting @kangax. What errors did you get doing |
oh sorry, maybe this was a misunderstanding! I want to use fabric inside one of my projects, so I install it as an NPM dependency. I do |
This i know, and that is why last week i updated canvas to 1.3.12, jsdom to 3.1.2 and make sure that now you can use both node 4 , 5 and older versions. This weekend i prepared the release for 1.6.0 which i cannot publish on npm by myself. Because you could get any other error, like the one that gets who did not install the necessary libs and build tools for node-canvas. |
Unfortunately, I cannot install fabric via npm. I have attachted my npm debug output.
My OS is Ubuntu 14.04.
I have globally installed node-gyp, as it was suggested here #2789. Are there any workarounds?
npm-debug.log.zip
The text was updated successfully, but these errors were encountered: