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

Support Node >=14 #85

Closed takoyaro closed 2 years ago

takoyaro commented 3 years ago

Currently can't install this package. Following npm install memoryjs you are presented with this error:

npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for concentrate@0.2.3: wanted: {"node":"~0.10.0"} (current: {"node":"14.15.4","npm":"6.14.10"})
npm ERR! notsup Not compatible with your version of node/npm: concentrate@0.2.3
npm ERR! notsup Not compatible with your version of node/npm: concentrate@0.2.3
npm ERR! notsup Required: {"node":"~0.10.0"}
npm ERR! notsup Actual:   {"npm":"6.14.10","node":"14.15.4"}
Rob-- commented 2 years ago

concentrate is complaining here. It was just a helper library to assist with reading/writing buffers.

In 9a0d4fb concentrate and dissolve were removed.

In 7608be9 structron is used in the new example to read/write buffers, but is not installed with the library as a dependency.