surmon-china / ngx-quill-editor

🍡@quilljs editor component for @angular
https://github.surmon.me/ngx-quill-editor
MIT License
232 stars 54 forks source link

Error with webpack #4

Closed ntclark4 closed 7 years ago

ntclark4 commented 7 years ago

I am running an Angular 2 app inside an MVC.NET app following these instruction: http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/. I have successfully added ng2-quill-editor to my project and even linked to it in app.module.ts. But when I follow the instructions to add a third-party library in the link above, I get this error in the console from webpack: command: webpack --config webpack.config.vendor.js output: Module not found: Error: Cannot resolve module 'ng2-quill-editor'

I have not had this problem with other third-party packages. Any idea what's wrong?

Thanks

surmon-china commented 7 years ago

v2.0.0 will fix it.

Silvercast commented 7 years ago

I still get this issue

jfaquinojr commented 6 years ago

still getting this error

$ webpack --config webpack.config.vendor.js ERROR in dll vendor Module not found: Error: Can't resolve 'ngx-quill-editor'

dotnet new angular