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
After installing on macos 11.2 via
git clone https://github.com/iRail/command-irail.git cd command-rail npm install -g .
And doing irail
irail
I get
me@mymachine:~/repos/command-irail (master *)$ irail internal/modules/cjs/loader.js:1032 throw err; ^ Error: Cannot find module '/Users/me/repos/command-irail/node_modules/sqlite3/lib/binding/node-v83-darwin-x64/node_sqlite3.node' ...
Doing npm install -g npm@latestdidn't help.
npm install -g npm@latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing on macos 11.2 via
And doing
irail
I get
Doing
npm install -g npm@latest
didn't help.The text was updated successfully, but these errors were encountered: