gpt4 book ai didi

angular - 错误 TS2304 : Cannot find name 'Howl'

转载 作者:太空狗 更新时间:2023-10-29 18:06:41 24 4
gpt4 key购买 nike

我在我的应用程序中使用了 howler 包。我使用安装了打字 npm install --save @types/howler在我的 index.html 中,我包含了以下脚本标签

<script src="./node_modules/howler/dist/howler.min.js"></script>

但它仍然显示错误 error TS2304: Cannot find name 'Howl'当我尝试使用 ng serve 命令为我的应用程序提供服务时。

最佳答案

安装 howler 和 typescript 定义:

npm install howler --save
npm install @types/howler --save

你不需要将它导入到你的index.html文件中,直接在你的组件类中导入howler即可:

import { Howl } from 'howler';

关于angular - 错误 TS2304 : Cannot find name 'Howl' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49138636/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com