darukjs / daruk

a node.js web framework based on typescript
http://darukjs.com
MIT License
934 stars 79 forks source link

Module 'v8-profiler-node8' can not install on Windows #50

Closed himself65 closed 5 years ago

himself65 commented 5 years ago

To Reproduce

  1. use a windows PC
  2. clone this repo
  3. run npm install or yarn install
xiaojue commented 5 years ago

https://www.luogu.org/paste/llum05p9

hyj1991 commented 5 years ago

Please use VS2017 to build this module.

npm install --global --production windows-build-tools
npm install -g node-gyp
npm install v8-profiler-node8 --msvs_version=2017
xiaojue commented 5 years ago

https://github.com/darukjs/daruk/commit/cac8747bf78beaae1e4d1c1823aefaa4ca6f1222

xiaojue commented 5 years ago

https://github.com/darukjs/daruk-monitor-middleware @Himself65 v0.5.7 release @myluluy