我按照文档中的说明安装了ngx-embed-video,它可以与ng serve一起使用。
问题,当我尝试构建项目时,遇到以下错误。错误说index.ts不存在,但是它存在。
/my-workpath/node_modules/ngx-embed-video/index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
我还删除了node_modules并再次构建了npm。还是一样。
Angular CLI: 6.2.7
Node: 10.10.0
OS: darwin x64
Angular: 6.1.10
您有什么建议? 谢谢。