We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when trying to install ts-fsm package I am getting error
ts-fsm
./node_modules/ts-fsm/bin/dist/lib/ts-fsm.js npm ERR! code ENOENT
IMO the problem is in package.json
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when trying to install
ts-fsm
package I am getting errorIMO the problem is in
package.json
after removing this line I was able to publish the package to my local repo and then install it from the repo.
The text was updated successfully, but these errors were encountered: