Open westonganger opened 7 years ago
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 sudoku-generator.js
in the project root is the file you are looking for.
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.