Docusaurus: Docusaurus v1.7.0 Fails to Build

Created on 24 Jan 2019  路  6Comments  路  Source: facebook/docusaurus

馃悰 Bug Report

Docusaurus fails to build.

To Reproduce

$ mkdir test-docu
$ cd test-docu
$ npm install docusaurus
$ docusaurus-init
$ cd website
$ npm install
$ npm run build

Expected behavior

It should build.

Actual Behavior

> docusaurus-build

{ Error: Cannot find module 'imagemin'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15)
    at Function.Module._load (internal/modules/cjs/loader.js:520:25)
    at Module.require (internal/modules/cjs/loader.js:650:17)

All 6 comments

https://github.com/facebook/Docusaurus/pull/1201 should fix the issue. I will get another release out with this fix in it.

v1.7.1 published to npm - please let us know if is working now.

Closing this.

@mrchess Have you tried v1.7.1 to see if this issue was resolved?

Looking good for us now

Was this page helpful?
0 / 5 - 0 ratings