반응형
1. Install시 에러 발생
npm install -g gitbook-cli
gitbook serve
DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Installing GitBook 3.2.3
C:\Users\myname\AppData\Roaming\npm\node_modules\gitbook-cli\node_modules\npm\node_modules\graceful-fs\polyfills.js:287
if (cb) cb.apply(this, arguments)
^
TypeError: cb.apply is not a function
at C:\Users\myname\AppData\Roaming\npm\node_modules\gitbook-cli\node_modules\npm\node_modules\graceful-fs\polyfills.js:287:18
TypeError: cb.apply is not a function 에러가 발생 함
2. gitbook 버전 확인
npm install -g gitbook-cli@2.1.2 --global
호환성 이슈가 있기 때문에 gitbook-cli을 특정 버전으로 다운받아서 해결
graceful-fs : v4.2.11
node : v16.20.2
참고자료
반응형
'공부' 카테고리의 다른 글
[TIL][C++, 게임 프로그래밍] 241206~17 4.TextRPG (0) | 2024.12.17 |
---|---|
[TIL] 241211 abstract 와 interface (C# 8.0 - 구현부 포함 가능) (0) | 2024.12.12 |
[TIL][C++, 게임 프로그래밍] 241204 3. 디버깅 (0) | 2024.12.05 |
[TIL][C++, 게임 프로그래밍] 241203 2. 스택 메모리와 스택 프레임 with 계엄령 (1) | 2024.12.04 |
[TIL][C++, 게임 프로그래밍] 241202 1. 프로그래밍 개론 (0) | 2024.12.03 |
댓글