728x90
반응형
https://www.npmjs.com/package/better-sqlite3/v/4.1.2
이 모듈을 설치하려 했더니 다음과 같은 에러가 발생한다.
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
이걸 참조해본다.
이걸 했는데도 안되면
위 사진을 참고해서
npm install better-sqlite-pool
를 대신 설치해본다.
그럼 better-sqlite-pool 모듈이 설치되면서 better-sqlite3 모듈도 설치된다!
728x90
반응형
'Programming > JavaScript & TypeScript' 카테고리의 다른 글
[React] (0) | 2021.06.22 |
---|---|
[Angular] Material selection list 성능 이슈 (option 개수가 많을 때 페이지 로딩이 현저히 느려짐) (0) | 2021.01.27 |
[JavaScript] Class 함수 안에서 사용한 forEach가 global 변수를 못 찾음 (0) | 2021.01.19 |
제너레이터 (generator) (0) | 2021.01.13 |
hex string <-> decimal (0) | 2020.12.22 |