node-threadpool icon indicating copy to clipboard operation
node-threadpool copied to clipboard

can't install - gitbook unavailable

Open tswaters opened this issue 7 years ago • 2 comments

C:\Code\test>npm i node-threadpool

> [email protected] postinstall C:\Code\test\node_modules\node-threadpool
> gitbook install

'gitbook' is not recognized as an internal or external command,
operable program or batch file.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `gitbook install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall 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!     C:\Users\tyler\AppData\Roaming\npm-cache\_logs\2018-09-06T01_47_27_644Z-debug.log

I was able to install with --

npm i node-threadpool --ignore-scripts

tswaters avatar Sep 06 '18 01:09 tswaters

Just ran into this as well.

mattolson avatar Sep 28 '18 00:09 mattolson

same

arcman7 avatar May 28 '20 05:05 arcman7