-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
NPM Install failing because of cli.js reference in package.json #5
Comments
Yarn install is working correctly however... this may just be a bug on my system. |
seems like that file is missing. It's suppose to be a command line utility that should be in bin/cli.js |
I think the file |
Just created PR #8 which fixes this bug. |
@dlai0001 It has been 2 years. Can we merge Weston's changes please? I would find this handy to use. |
npm install is failing because of the reference to
cli.js
insidepackage.json
.It seems its looking for
cli.js
file within this project instead of wherever else its supposed to be looking.When I removed this line in my fork I was able to uninstall correctly.
The text was updated successfully, but these errors were encountered: