Open thaumant opened 8 years ago
It seems to be installing fine for me:
[pmooney@testhost test]$ node --version
v0.10.36
[pmooney@testhost test]$ npm --version
1.4.28
[pmooney@testhost test]$ npm i bunyan-syslog@0.3.1
/
> bunyan-syslog@0.3.1 install /home/pmooney/git/test/node_modules/bunyan-syslog
> node-gyp rebuild
make: Entering directory '/home/pmooney/git/test/node_modules/bunyan-syslog/build'
CXX(target) Release/obj.target/syslog/src/syslog.o
SOLINK_MODULE(target) Release/obj.target/syslog.node
SOLINK_MODULE(target) Release/obj.target/syslog.node: Finished
COPY Release/syslog.node
make: Leaving directory '/home/pmooney/git/test/node_modules/bunyan-syslog/build'
bunyan-syslog@0.3.1 node_modules/bunyan-syslog
├── assert-plus@0.1.5
└── nan@2.1.0
Is the result the same if you purge the node_modules
directory and retry the install?
I'm having the same issue on a regular basis on 0.3.0
and 0.3.1
, working around it by :
npm
is at latest-2
tag while installing / rebuilding
(Though it's probably more linked to the node-gyp
version ?)npm install -g npm@latest-2
npm rebuild bunyan-syslog
Thanks for the work :)
Version 0.3.0 builds successfully.