scttcper / ngx-color

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
https://ngx-color.vercel.app
MIT License
436 stars 55 forks source link

cannot use library on Angular v13 #362

Closed 901F closed 3 years ago

901F commented 3 years ago

I start new project with v13 try to serve with import ColorTwitterModule in app.module

and I found this issue

Screen Shot 2564-11-08 at 14 25 57

environment

DmitriyIvanko commented 3 years ago

I confirm the same problem:

./node_modules/ngx-color/fesm2020/ngx-color-circle.mjs:7:0-178 - Error: Module not found: Error: Can't resolve 'material-colors' in 'C:\Projects\cli\cli-temp\node_modules\ngx-color\fesm2020'

./node_modules/ngx-color/fesm2020/ngx-color-circle.mjs:8:0-44 - Error: Module not found: Error: Can't resolve '@ctrl/tinycolor' in 'C:\Projects\cli\cli-temp\node_modules\ngx-color\fesm2020'

./node_modules/ngx-color/fesm2020/ngx-color.mjs:7:0-44 - Error: Module not found: Error: Can't resolve '@ctrl/tinycolor' in 'C:\Projects\cli\cli-temp\node_modules\ngx-color\fesm2020'

ghmj2417 commented 3 years ago

Same issue as others:

/mydir/node_modules/ngx-color/fesm2020/ngx-color.mjs:7:0-44 - Error: Module not found: Error: Can't resolve '@ctrl/tinycolor' in '/mydir/node_modules/ngx-color/fesm2020'
scttcper commented 3 years ago

:tada: This issue has been resolved in version 7.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: