-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
node-gyp rebuild failing for integer #277
Comments
so im not sure if its the operating system. every time i reload.. and load up my projects on mac/windows i run into this problem.. so I do a npm I on both Int and gyp. sometimes it goes thru.. If not i delete my node modules folder. I download everything else 1st then last I download bettersqlite3 then afterwards i run the rebuild script. let me know if this helps.. as im on 10.14 |
Let me know it this fixes it, run before install: npm i -g node-gyp@latest |
This should be fixed in the latest version of |
I am still having this issue.
|
@merc1er Upgrade to version |
Hi there,
When attempting to install better-sqlite3 on macOS Catalina (10.15), it fails due to
integer
error-ing during thenode-gyp rebuild
process.Whilst I would assume therefor that node-gyp or integer would be the best places to get help, I was wondering if anyone here had any ideas or if this dependency could be replaced with something that doesn't require node-gyp.
The text was updated successfully, but these errors were encountered: