yarn add scikitjs fail
condorman opened this issue · 3 comments
condorman commented
Steps to reproduce the behavior:
- Create dir \scikitjs
- Init npm dir "npm init"
- Add module: yarn add scikitjs
- error:
.....
error D:\reactapp\personal\scikitjs\node_modules\scikitjs: Command failed.
Exit code: 1
Command: (cd docs && npm install && cd ..); (npx husky install);
....
Desktop:
- OS: Windows 10
- Node version: v14.18.1
dcrescim commented
Thanks for the report @condorman. I'll investigate and push a fix.
dcrescim commented
Hey @condorman, give it another shot and let me know if you run into any issues. I've updated the build and the latest version of the library is 1.6.0. Hopefully that solves the install issue that you've run into.