Programming/JavaScript & TypeScript
[NPM] better-sqlite3 설치 실패 npm ERR! better-sqlite3@7.1.2 install: `prebuild-install || npm run build-release`
Bonita SY
2021. 1. 20. 18:49
728x90
https://www.npmjs.com/package/better-sqlite3/v/4.1.2
better-sqlite3
The fastest and simplest library for SQLite3 in Node.js.
www.npmjs.com
이 모듈을 설치하려 했더니 다음과 같은 에러가 발생한다.
npm ERR! better-sqlite3@7.1.2 install: `prebuild-install || npm run build-release`
그럼 우선
https://github.com/JoshuaWise/better-sqlite3/blob/master/docs/troubleshooting.md
JoshuaWise/better-sqlite3
The fastest and simplest library for SQLite3 in Node.js. - JoshuaWise/better-sqlite3
github.com
이걸 참조해본다.
이걸 했는데도 안되면
위 사진을 참고해서
npm install better-sqlite-pool
를 대신 설치해본다.
그럼 better-sqlite-pool 모듈이 설치되면서 better-sqlite3 모듈도 설치된다!
728x90