Closed webdevbrian closed 1 year ago
Looks like the darwin version of sqlite-electron isn't available as a release.
sqlite-electron
➜ dwr git:(main) ✗ npm install sqlite-electron npm ERR! code 1 npm ERR! path /development/test/dwr/node_modules/sqlite-electron npm ERR! command failed npm ERR! command sh -c -- node ./scripts/postinstall.js npm ERR! /development/test/dwr/node_modules/sqlite-electron/scripts/postinstall.js:71 npm ERR! throw { code: response.statusCode, message: response.statusMessage, url: `https://github.com/tmotagam/sqlite-electron/releases/download/v2.2.5/sqlite-${process.platform}-${process.arch}` } npm ERR! ^ npm ERR! { npm ERR! code: 404, npm ERR! message: 'Not Found', npm ERR! url: 'https://github.com/tmotagam/sqlite-electron/releases/download/v2.2.5/sqlite-darwin-x64' npm ERR! } npm ERR! npm ERR! Node.js v18.12.1
@webdevbrian, Yes I have not released darwin version.
Looks like the darwin version of
sqlite-electron
isn't available as a release.