Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Fallo al generar el ebook #11

Open
RafaJurado opened this issue Feb 16, 2017 · 4 comments
Open

Fallo al generar el ebook #11

RafaJurado opened this issue Feb 16, 2017 · 4 comments

Comments

@RafaJurado
Copy link

Sistema: Windows 7 pro con .NET 4.5
Consola: powershell
Versión nodejs: 6.9.5 LTS

Al ejecutar
npm run ebook:es

Fallo
EbookError: Error during ebook generation: "ebook-convert" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. Tell the author that this fails on your system: mkdirp dist/es/ebook && npm run ebook:es:pdf && npm run ebook:es:epub

Al ejecutar
npm run build

Fallo
Error: EISDIR: illegal operation on a directory, open 'C:\Users\XXXXX\Documents\Programacion juegos en JS\js-for-gamedev-master\es\styles' Tell the author that this fails on your system: npm run zip && npm run build:root && npm run build:es

@delapuente
Copy link
Contributor

delapuente commented Feb 22, 2017

¿Instalaste las dependencias primero con npm install?

@RafaJurado
Copy link
Author

Sí, es lo primero que hice.

@nucliweb
Copy link
Contributor

Hola @RafaJurado

Si no me equivoco es debido a los && de la llamada a los comandos ebook && npm run ebook:es:pdf && npm run ebook:es:epub

El && no funciona en Powershell npm/npm#4040 (comment)

@RafaJurado
Copy link
Author

Así parece @nucliweb, si encuentro una alternativa lo pondré por aquí. Gracias.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants