You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
I have lately encountered a problem while installing this library via npm install on Windows. The error message is as follows:
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c . ./bin/main.sh
npm ERR! '.' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
Do you mind if we switch the executed ./bin/main.sh to a ./bin/main.js file so that the installment becomes platform independent? I would create a PR for that.