使用npm install安装依赖的时候,报错
error: no matching function for call to ‘v8::StringObject::New(v8::Local<v8::String>&)’
参考https://github.com/nodejs/node-gyp/issues/1941
因为nan跟node 12版本不兼容。
使用npm install安装依赖的时候,报错
error: no matching function for call to ‘v8::StringObject::New(v8::Local<v8::String>&)’
参考https://github.com/nodejs/node-gyp/issues/1941
因为nan跟node 12版本不兼容。