Skip to content

Commit

Permalink
update gitbook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Mar 24, 2022
1 parent 30422cf commit 7a49ea8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions release/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ async function main() {
await cd(
`${npm_prefix}/lib/node_modules/gitbook-cli/node_modules/npm/node_modules`,
async () => {
$(`npm install graceful-fs@latest --save`);
$(`npm install graceful-fs@4.1.4 --save`);
}
);

await cd(
`${process.env.HOME}/.gitbook/versions/3.2.3/node_modules/npm`,
async () => {
$(`npm install graceful-fs@latest --save`);
}
);
// await cd(
// `${process.env.HOME}/.gitbook/versions/3.2.3/node_modules/npm`,
// async () => {
// $(`npm install graceful-fs@latest --save`);
// }
// );
}

await cd("docs", async () => {
Expand Down

0 comments on commit 7a49ea8

Please sign in to comment.