iview / iview-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3
MIT License
839 stars 389 forks source link

npm install error #75

Closed nntaoli closed 5 years ago

nntaoli commented 5 years ago

node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v67-darwin-x64.tar.gz node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.4 and node@11.11.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp) SOLINK_MODULE(target) Release/.node CXX(target) Release/obj.target/fse/fsevents.o In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:203: In file included from ../../nan/nan_new.h:189: ../../nan/nan_implementation_12_inl.h:337:28: warning: 'New' is deprecated: Use Isolate version [-Wdeprecated-declarations] return v8::StringObject::New(value).As(); ^ /Users/hw/.node-gyp/11.11.0/include/node/v8.h:5241:3: note: 'New' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/hw/.node-gyp/11.11.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator attribute((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1034:44: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local string = from->ToString(); ^ /Users/hw/.node-gyp/11.11.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/hw/.node-gyp/11.11.0/include/node/v8config.h:326:29: note: expanded from macro 'V8DEPRECATED' declarator attribute((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1044:27: warning: 'WriteUtf8' is deprecated: Use Isolate* version [-Wdeprecated-declarations] length = string->WriteUtf8(str_, static_cast(len), 0, flags); ^ /Users/hw/.node-gyp/11.11.0/include/node/v8.h:2753:3: note: 'WriteUtf8' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate* version", ^ /Users/hw/.node-gyp/11.11.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator attribute((deprecated(message))) ^ ../fsevents.cc:63:6: warning: field 'async_resource' will be initialized after field 'lockStarted' [-Wreorder] : async_resource("fsevents:FSEvents"), lockStarted(false) { ^ 4 warnings generated. SOLINK_MODULE(target) Release/fse.node COPY /Users/hw/webpack_work/iview-project/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node TOUCH Release/obj.target/action_after_build.stamp added 1044 packages from 680 contributors and audited 6593 packages in 104.641s found 154 vulnerabilities (5 low, 147 moderate, 2 high) run npm audit fix to fix them, or npm audit for details