You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jes...@googlegroups.com
Hi,
I installed io.js which broke the installation of jest-cli with npm.
Running "npm install jest-cli" throws a bunch of V8 related errors like this one:
CXX(target) Release/obj.target/contextify/src/contextify.o
In file included from ../src/contextify.cc:3:
../node_modules/nan/nan.h:481:19: error: no type named 'ExternalAsciiStringResource' in 'v8::String';
did you mean 'ExternalStringResource'?
v8::String::ExternalAsciiStringResource *resource) {
I will fall back to node.js but wonder if anyone else has come across this one and is there some effort done for supporting a newer version of V8?