You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "kezhenxu94 (GitHub)" <gi...@apache.org> on 2019/04/11 01:55:43 UTC

[GitHub] [incubator-dubbo-website] kezhenxu94 commented on issue #354: Could you run docsite start

> When I am running `docsite start` and `docsite build`, I got the following error:
> 
> ```
> module.js:550
>     throw err;
>     ^
> 
> Error: Cannot find module 'optimize-css-assets-webpack-plugin'
>     at Function.Module._resolveFilename (module.js:548:15)
>     at Function.Module._load (module.js:475:25)
>     at Module.require (module.js:597:17)
>     at require (internal/module.js:11:18)
>     at Object.<anonymous> (~/work/apache-dubbo/incubator-dubbo-website/gulpfile.js:7:33)
>     at Module._compile (module.js:653:30)
>     at Object.Module._extensions..js (module.js:664:10)
>     at Module.load (module.js:566:32)
>     at tryModuleLoad (module.js:506:12)
>     at Function.Module._load (module.js:498:3)
> ^C
> ```

maybe new dependencies are added after your last build, did you run `npm install` again?

[ Full content available at: https://github.com/apache/incubator-dubbo-website/issues/354 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org