-
Notifications
You must be signed in to change notification settings - Fork 481
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
cannot install on ubuntu #157
Comments
Removing
|
So, the last line of the log:
Got me wondering what is at that location. Contents at that directory include one folder, |
Last comment proably doesn't matter, the error looks to start on line
|
This is strange. Can you |
Same issue here! |
==> Vaprobash:
==> Vaprobash: argv
==> Vaprobash: "/home/vagrant/.nvm/versions/node/v4.0.0/bin/node" "/home/vagrant/.nvm/versions/node/v4.0.0/bin/npm" "install" "-g" "aglio"
==> Vaprobash: npm
==> Vaprobash: v2.14.2
==> Vaprobash: npm
==> Vaprobash:
==> Vaprobash: ERR!
==> Vaprobash:
==> Vaprobash: code
==> Vaprobash: ELIFECYCLE
==> Vaprobash: npm
==> Vaprobash:
==> Vaprobash: ERR!
==> Vaprobash: Failed at the protagonist@0.20.1 install script 'node-gyp rebuild'.
==> Vaprobash: npm
==> Vaprobash:
==> Vaprobash: ERR!
==> Vaprobash: This is most likely a problem with the protagonist package, Can be a protagonist problem? |
@sangar82 Protagonist doesn't support Node.js v4 (or io.js 3.x) yet. You'll need to use Node.js 0.10, 0.12 or io.js 2.x for the time being until we update Nan. The work is underway but is not trivial due to the major version changes. See apiaryio/protagonist#81 for more info. |
@danielgtaylor Thanks for the quick reply! I try to install a minor version of node... |
With 0.10 is not working. With 0.12 version works fine! If someone needs help to install this version, this are the steps I follow to install 0.12: wget http://nodejs.org/dist/v0.12.0/node-v0.12.0.tar.gz
tar -xvf node-v0.12.0.tar.gz
cd node-v0.12.0/
./configure
make
sudo make install
sudo npm install -g aglio |
Having a similar problem, looks like an issue with the installing aglio-theme-olio on Jenkins:
|
@voor, can you manually run the |
I'm getting a different error when I try to run it through SSH intead of jenkins.
|
@danielgtaylor, sorry for the very delayed response. I'll try installing some other node packages and get back momentarily... |
@danielgtaylor, I was able to install both drafter and jade ( However, after installing both drafter and jade, I tried installing Aglio once more ( Thanks -- and btw, thanks for the work on Aglio, it's been a very helpful tool! I've got a few suggestions for potential enhancements, but I'll open different issues for those - or if I get brave I may open a pull request... :) |
I'm using VirtualBox and have an installation of Ubuntu 14.04 LTS and cannot install aglio for the life of me (host is Windows 7). I decided to use VirtualBox/Ubuntu because I couldn't get aglio to install on the windows side, and I thought the unix route would be easier, but the installation still fails.
Oddly enough, no
npm-debug.log
is produced, so I've just piped all the output during installation and pasted here:Any/all help is appreciated.
Details:
sudo npm install -g aglio
Note:
nvm use v0.12
), but in the output below, I see several lines that look like older versions of node are being used:node -v v0.10.25
npm -v 1.3.10
The text was updated successfully, but these errors were encountered: