Open sentenza opened 10 years ago
Same problem.
Exact same issue here
node version? based on https://travis-ci.org/dnozay/generator-jekyllrb; I can tell that it has issues with node 0.8.
Node -v0.10.32
npm version as well ? please also detail what command you used to install. Did you use npm install
or the instructions from the README?
works with node 0.10.35
, npm 1.4.28
and bundler 1.7.6
.
I had the chance to try this on OSX 10.10 and Ubuntu 14.04 today. I could reproduce the error on Ubuntu but not OSX. Both systems used the following:
nvm 0.22.1
npm 2.1.18
ruby 2.2.0
bundler 1.7.12
Not sure if this is helpful or not
Could not repro on ubuntu 12.04 with npm 1.4.28
but haven't tried with latest npm
.
https://travis-ci.org/dnozay/generator-jekyllrb/jobs/46826620#L161
@gjeckl, since you are able to repro on ubuntu but not osx, it's likely an issue with your gems. All I can think of: http://stackoverflow.com/a/22277498/1733117
after #124 - the generator does not use bundler
anymore. please check if you can repro or not.
This issue should be connected to packages' configuration, I suppose.
I have already installed:
I have read that this kind of problems is related to the installation of json gem file. The version of the ruby interpreter is:
2.0.0p353 (2013-11-22 revision 43784) [i386-linux]
.[EDIT]