Rob-- / memoryjs

Read and write process memory in Node.js (Windows API functions exposed via Node bindings)
MIT License
632 stars 86 forks source link

Installation fails with npm and succeeds using git+https #72

Closed folkvir closed 3 years ago

folkvir commented 3 years ago

Everything is in the title.

Fail using: npm install memoryjs Succeeds using npm install git+https://github.com/Rob--/memoryjs Node version v14.15.1 fresh install

Too many logs to be reported here but reproductible.

Perhaps, a new release is needed?

Rob-- commented 3 years ago

Just published a new release to NPM (3.4.0) that includes @bumpmann's changes! Thanks again for the contribution @bumpmann!