Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config generator failed to compile #30

Open
ashwani-builds opened this issue Jul 2, 2022 · 0 comments
Open

Config generator failed to compile #30

ashwani-builds opened this issue Jul 2, 2022 · 0 comments

Comments

@ashwani-builds
Copy link

Getting

/Users/ashwani/config-generator/node_modules/@ant-design/icons/lib/components/AntdIcon.d.ts
TypeScript error in /Users/ashwani/config-generator/node_modules/@ant-design/icons/lib/components/AntdIcon.d.ts(2,13):
'=' expected.  TS1005

    1 | import * as React from 'react';
  > 2 | import type { IconDefinition } from '@ant-design/icons-svg/lib/types';
      |             ^
    3 | import type { IconBaseProps } from './Icon';
    4 | import { getTwoToneColor, TwoToneColor, setTwoToneColor } from './twoTonePrimaryColor';
    5 | export interface AntdIconProps extends IconBaseProps {

Using node version: v14.19.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant