简体   繁体   中英

quill.js Cannot find module webpack.config.js

For the local development of quill, cloned the source from quill develop branch and followed the following steps,

  1. npm install
  2. gem install foreman jekyll kramdown rouge jekyll-sitemap jekyll-redirect-from jekyll-feed
  3. npm run build

While running npm run build getting error as, npm build failed in, webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;

Error Cannot find module 'F:\\quill_develop\\webpack.config.js'

I'm following the local development instructions on Ubuntu 16.04 with Quill 1.0.6.

I'm not getting the above error.

Maybe it's npm specific issue on Windows? What version of node.js and npm are you using?

sudo apt-get install git ruby ruby-dev
sudo gem install foreman jekyll kramdown rouge jekyll-sitemap jekyll-redirect-from jekyll-feed
git clone https://github.com/quilljs/quill
cd quill
npm install
npm run build

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM