hashly icon indicating copy to clipboard operation
hashly copied to clipboard

Hashly hangs upon execution

Open jacobnijgh opened this issue 6 years ago • 1 comments

Thanks for creating hashly, it works very well, but after some time now working with one of the latests releases of node.js it just hangs upon execution.

This wont work with the following versions of node and npm, it just hangs upon execution: node(v11.2.0) npm(6.4.1) on macOS 10.13.6

npm run bug

hashly --help

With no output.

Package details:

{
  "name": "test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "bug": "hashly --help"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "hashly": "^0.6.0"
  }
}

jacobnijgh avatar Dec 17 '18 16:12 jacobnijgh

Same here. Node 10.13.0

markgarrigan avatar Feb 07 '19 20:02 markgarrigan