简体   繁体   English

../node_modules/ng2-ckeditor/ckbutton 中的错误。 指令.d.TS:1:23 - 错误 TS2688:找不到“ckeditor”的类型定义文件

[英]ERROR in ../node_modules/ng2-ckeditor/ckbutton. directive.d.TS: 1:23 - error TS2688: Cannot find type definition file for 'ckeditor'

在 Angular 项目中,我收到了这个错误消息( ..这个错误消息的原因是什么?

The reason for this is that you have not installed @tyes/ckeditor package in your project.原因是你的项目中没有安装@tyes/ckeditor 包。

Installing this package should resolve this error.安装这个包应该可以解决这个错误。 If it still persists, then let me know.如果它仍然存在,请告诉我。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Elastic Beanstalk“错误 TS2688:找不到‘节点’的类型定义文件。” - Elastic Beanstalk "error TS2688: Cannot find type definition file for 'node'." “找不到‘async’的类型定义文件。TS2688” - "Cannot find type definition file for 'async'. TS2688" 打字稿错误TS2688:找不到“ .AppleDouble”的类型定义文件 - Typescript error TS2688: Cannot find type definition file for '.AppleDouble' TS2688:找不到安装了@ types / node的“ node”的类型定义文件 - TS2688: Cannot find type definition file for 'node' with @types/node installed node_modules/@types/node/index.d.ts(20,1):错误 TS1084:无效的“引用”指令语法 - node_modules/@types/node/index.d.ts(20,1): error TS1084: Invalid 'reference' directive syntax node_modules/ng2-toastr/src/toast-container.component.d.ts(1,48) 中的错误:TS2305-/node_modules/@angular/core/core"' 没有导出成员 - ERROR in node_modules/ng2-toastr/src/toast-container.component.d.ts(1,48): TS2305- /node_modules/@angular/core/core"' has no exported member node_modules/mongoose/node_modules/mongodb/mongodb.ts34.d.ts:3288:5 - 错误 TS1005: '?' 预期的 - node_modules/mongoose/node_modules/mongodb/mongodb.ts34.d.ts:3288:5 - error TS1005: '?' expected ../node_modules/@types/node/assert.d.ts:3:68 中的错误 - 错误 TS1144: '{' or ';' 预期的 - ERROR in ../node_modules/@types/node/assert.d.ts:3:68 - error TS1144: '{' or ';' expected ionic serve在“node_modules/@angular/core/src/render3/definition.d.ts”中有Typescript Error - ionic serve has Typescript Error at “node_modules/@angular/core/src/render3/definition.d.ts” node_modules/@types/lodash/common/array.d.ts(37,24) 中的错误:错误 TS1005:';' 预期的 - ERROR in node_modules/@types/lodash/common/array.d.ts(37,24): error TS1005: ';' expected
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM