plugin-autocover icon indicating copy to clipboard operation
plugin-autocover copied to clipboard

The autocover still maintained or not?

Open carlosdelfino opened this issue 9 years ago • 5 comments

Hello.

The autocover still maintained or not? it is automatically inserted into the gitbook.com? Can I use it on my local server? How should I proceed?

When trying to use it locally, I get the following error message in the installation:

info: installing plugin "theme-api"
info: install plugin "theme-api" (*) from NPM with version 1.1.2
info: >> plugin "theme-api" installed with success
info:
info: installing plugin "theme-default"
info: install plugin "theme-default" (*) from NPM with version 1.0.5
info: >> plugin "theme-default" installed with success
info:
info: installing plugin "autocover"
info: install plugin "autocover" (*) from NPM with version 2.0.0

C:\Users\consu_000\GitBook\Library\cursoarduino\introducao-a-linguagem-de-programacao\node_modules\canvas>if not defined npm_config_node_gyp (node "C:\Users\consu_000\.gitbook\versions\3.1.1\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
C:\Users\consu_000\GitBook\Library\cursoarduino\introducao-a-linguagem-de-programacao
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]


Error: [email protected] install: `node-gyp rebuild`
Exit status 1

carlosdelfino avatar Jul 13 '16 20:07 carlosdelfino

Per the discussion on another thread, the maintenance status is a bit in flux. Looks like @piranna has been given write access, so it remains to be seen if she'll bring it back up to quality.

TheLonelyGhost avatar Sep 16 '16 22:09 TheLonelyGhost

Looks like @piranna has been given write access, so it remains to be seen if she'll bring it back up to quality.

Lol X-D My avatar is a girl, but it's the first time people think I'm in fact one :-P

piranna avatar Sep 16 '16 22:09 piranna

Oops! My mistake, Jesús. Wasn't sure from the username + avatar and erred on the side of female.

TheLonelyGhost avatar Sep 17 '16 12:09 TheLonelyGhost

Don't matter :-)

El 17/9/2016 14:46, "David Alexander" [email protected] escribió:

Oops! My mistake, Jesús. Wasn't sure from the username + avatar and erred on the side of female.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GitbookIO/plugin-autocover/issues/16#issuecomment-247767572, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgfvsC2mj-AgefNpDcmiy-enVhMQy7Rks5qq-ErgaJpZM4JL1Or .

piranna avatar Sep 17 '16 23:09 piranna

I solve my problem by doing this

Install dependencies for your system: https://github.com/Automattic/node-canvas/wiki/_pages

Then gitbook install Or doing this

Upgrade your node version

 sudo npm cache clean -f
 rm -r ~/.node-gyp
 rm -r ~/.npmrc
 sudo npm install -g n
 sudo n stable
 sudo ln -sf /usr/local/n/versions/node/VERSION/bin/node /usr/bin/node 
 sudo n latest
 sudo npm uninstall node-gyp -g

 gitbook install

chadyred avatar Oct 17 '16 06:10 chadyred