You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking it with gitbook help, it raised the error:
gitbook help
Error loading version latest: ReferenceError: primordials is not defined
at evalmachine.<anonymous>:35:5
at Object.<anonymous> (/Users/serguei/.gitbook/versions/2.6.9/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (internal/modules/cjs/loader.js:1151:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Module.require (internal/modules/cjs/loader.js:1040:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/serguei/.gitbook/versions/2.6.9/node_modules/graceful-fs/graceful-fs.js:3:27)
at Module._compile (internal/modules/cjs/loader.js:1151:30)
TypeError: Cannot read property 'commands' of null
When checking the version, here is what is displayed:
Have the same issue to this day, running on Linux Mint 20.3
at evalmachine.<anonymous>:47:5
at Object.<anonymous> (/home/kai/.gitbook/versions/2.6.9/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (node:internal/modules/cjs/loader:1120:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1174:10)
at Module.load (node:internal/modules/cjs/loader:998:32)
at Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1022:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/home/kai/.gitbook/versions/2.6.9/node_modules/graceful-fs/graceful-fs.js:3:27)
at Module._compile (node:internal/modules/cjs/loader:1120:14)
TypeError: Cannot read properties of null (reading 'commands')
I just installed gitbook-cli as explained in the README:
When checking it with
gitbook help
, it raised the error:When checking the version, here is what is displayed:
Running
gitbook serve
raises the same error as above.Same for
gitbook init
.Node versions:
What's wrong with that?
The text was updated successfully, but these errors were encountered: