ant-design / ant-design-colors

:art: Color Palettes Calculator of Ant Design
https://ant.design/docs/spec/colors
MIT License
652 stars 79 forks source link

Cannot find module './generate' #65

Closed 5argon closed 4 years ago

5argon commented 4 years ago

The latest version 4.0.4 has the same problem as #8 again.

node_modules/@ant-design/colors/dist/src/index.d.ts:1:22 - error TS2307: Cannot find module './generate' or its corresponding type declarations.

1 import generate from './generate';

image

afc163 commented 4 years ago

Fixed in https://github.com/ant-design/ant-design-colors/pull/64