On Sat, Mar 19, 2016 at 8:35 PM, Haohan Wang <[email protected]> wrote: > Node version (given by command node -v) is v5.8.0 > > v8 version (given by command node -e 'console.log(process.versions.v8);' ) > is 4.6.85.31 > > Probably this is the problem then. How should I make them consistent? > I thought once I install node, these files are installed with the same > version, but it seems not this case. And apt-get upgrade seems not working > either. > > Thanks.
That version of node.js (and V8) is new enough to have v8::String::NewFromUtf8. Can you post your code and the _exact_ output from your compiler? Are you building your add-on with node-gyp? You are building an add-on, aren't you? -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
