ts-fsm icon indicating copy to clipboard operation
ts-fsm copied to clipboard

npm package are missing a file

Open ciekawy opened this issue 4 years ago • 0 comments

when trying to install ts-fsm package I am getting error

./node_modules/ts-fsm/bin/dist/lib/ts-fsm.js
npm ERR! code ENOENT

IMO the problem is in package.json

 "bin": "./bin/dist/lib/ts-fsm.js",

after removing this line I was able to publish the package to my local repo and then install it from the repo.

ciekawy avatar Aug 13 '19 09:08 ciekawy