dstucrypt / agent

47 stars 31 forks source link

Error when npm install packages from package.json #2

Closed oleksiyVeretiuk closed 6 years ago

oleksiyVeretiuk commented 6 years ago

When I try to install such packages: node-gf2m, node-gost89 I get this error node-gf2m@0.1.0 install: node-gyp configure build In my opinion it is related to version of node or npm. So it will really helpful if you say what version of node and npm you have used.

muromec commented 6 years ago

That was build for old version of node. You can replace pure js versions of both, as updated in 635c191.

muromec commented 6 years ago

Actually, pure js version of both packages were used since f62b0dd anyway, that's just package.json file was not updated.

oleksiyVeretiuk commented 6 years ago

Okay. Thank you for answer.