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
npm install and yarn failed because the sqlite3 build files cannot be downloaded (403 HTTP error).
Changing the sqlite3 version to the latest solved the issue.
In package.json:
"sqlite3": "^5.1.6"
The text was updated successfully, but these errors were encountered:
npm install
andyarn
failed because thesqlite3
build files cannot be downloaded (403 HTTP error).Changing the
sqlite3
version to the latest solved the issue.In
package.json
:The text was updated successfully, but these errors were encountered: