-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
Description
- 내용: github action release시 오류 발생
Run version="$(date +%Y-%m-%d-%S)"
> typescript-study.github.io@1.0.0 build:gitbook /home/runner/work/typescript-kr.github.io/typescript-kr.github.io
> npx gitbook build
Installing GitBook 3.2.3
/home/runner/work/typescript-kr.github.io/typescript-kr.github.io/node_modules/npm/node_modules/graceful-fs/polyfills.js:287
if (cb) cb.apply(this, arguments)
^
TypeError: cb.apply is not a function
at /home/runner/work/typescript-kr.github.io/typescript-kr.github.io/node_modules/npm/node_modules/graceful-fs/polyfills.js:287:18
at FSReqCallback.oncomplete (fs.js:169:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! typescript-study.github.io@1.0.0 build:gitbook: `npx gitbook build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the typescript-study.github.io@1.0.0 build:gitbook script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2020-07-28T11_07_51_551Z-debug.log
##[error]Process completed with exit code 1.