cipchk / nz-schema-form

ng-zorro-antd form generation based on JSON-Schema
MIT License
40 stars 14 forks source link

Cannot find type definition file for 'z-schema' #21

Closed 80631004 closed 6 years ago

80631004 commented 6 years ago

按文档开始使用,做了一个例子,npm start如下错 ERROR in node_modules/_nz-schema-form@0.0.1-beta.1@nz-schema-form/schema-form.op tions.d.ts(1,23): error TS2688: Cannot find type definition file for 'z-schema'.

cipchk commented 6 years ago
npm i --save-dev @types/z-schema
80631004 commented 6 years ago

安装types/z-schema已解决