bitcoinjs / bitcoinjs-lib

A javascript Bitcoin library for node.js and browsers.
MIT License
5.67k stars 2.1k forks source link

windows install error #1157

Closed Luncher closed 6 years ago

Luncher commented 6 years ago

when i runnpm install bitcoinjs-lib

c:\users\叔叔左左\webstormprojects\untitled4\node_modules\nan\nan.h(24): fatal error C1083: 无法打开包括文件: “node_version.h”: No such file or directory

junderw commented 6 years ago

Please install the proper build tools.

https://github.com/nodejs/node-gyp#on-windows

junderw commented 6 years ago

Also, please use node v8 for best results.

dcousens commented 6 years ago

@Luncher please let us know if your problem is not resolved with that.