Skip to content

Development Guide

Wendell edited this page Jul 18, 2019 · 6 revisions

Welcome

Welcome to join in the development of ng-zorro-antd.

If you are new to this project, we strongly recommend you to read How to Contribute section on our official website. And you can find the Chinese version here.

FAQ

TypeScript symlink bug

This bug may produce log like this:

error TS2742: The inferred type of 'variableName' cannot be named without a reference to '..module/path'. This is likely not portable. A type annotation is necessary.

If you use Windows, you may encounter this bug. Please read this comment for a solution. If you are curious about the underlying reason you can check this issue of TypeScript.

Clone this wiki locally