-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible upgrade to node 12.x.x #2
Comments
Possibly the following (note Edit: Regarding |
There is something missing here, the
|
Still, this is a hack. Actually touching the gitbook package.json would be the coolest solution. |
Up till now, on node versions above v10.x.x (e.g. v12.22.8), we ran into:
graceful-fs/polyfills.js:287 if (cb) cb.apply(this, arguments) ^ TypeError: cb.apply is not a function
Inspired by https://www.it-swarm-es.com/es/node.js/gitbook-cli-install-error-typeerror-cb.apply-no-es-una-funcion-dentro-de-graceful-fs/818378930/, I've managed to consistently run typical commands on node v12.22.8 (for reference, [email protected]).
Preparation:
Running commands:
Notes:
package.json
to enforce[email protected]
.graceful-fs@latest
throws a specific error. In my case,4.2.9
is installed; I get no console output error info, but running has no effect (possibly I do not have some debug flag activated).Related:
The text was updated successfully, but these errors were encountered: