我最近升级了我nodejs的v12.3.1,现在当我尝试npm install在我的项目存储库中运行时,我收到了前面的错误。
error C2059: syntax error: ')' (compiling source file ..\src\custo
m_importer_bridge.cpp)
error C2660: 'v8::StringObject::New': function does not take 1 arg
uments (compiling source file ..\src\sass_context_wrapper.cpp)
node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v
8::NonCopyablePersistentTraits<T>>'
Run Code Online (Sandbox Code Playgroud)
我尝试过的事情
npm install还有其他人面临同样的问题v12.3.1吗?