gpt4 book ai didi

reactjs - 找不到模块 'react-split' 的声明文件

转载 作者:行者123 更新时间:2023-12-03 16:58:34 26 4
gpt4 key购买 nike

我正在尝试制作 Split View,但在导入 react-split 时遇到问题.
当我导入并将其添加到我的代码中时,我看不到任何问题。
然后,我在我的编辑器中看到 import Split from "react-split" 行有三点,当我将它们悬停时,它会说:

Could not find a declaration file for module 'react-split'. '/home/user/Documents/test/node_modules/react-split/dist/react-split.js' implicitly has an 'any' type.Try npm install @types/react-split if it exists or add a new declaration (.d.ts) file containing declare module 'react-split';ts(7016)


如果我尝试运行 npm install @types/react-split 我得到

npm ERR! code E404npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2freact-split - Not foundnpm ERR! 404npm ERR! 404 '@types/react-split@latest' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)npm ERR! 404npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url.


当我创建一个 .d.ts 文件并声明该模块时,我仍然没有解决这个问题并且消息仍然存在。
知道如何解决这个问题吗?我尝试了所有建议并看到了一些类似的堆栈问题,但没有任何解决方法。
编辑:我对网络开发很陌生,似乎它要求 typescript ?我想知道为什么?我安装了 typescript ,但软件包仍然无法正常工作

最佳答案

@types/react-split-pane 已被弃用
你应该使用 react-split-pane
react-split-pane 提供了自己的类型定义,所以你不需要安装 @types/react-split-pane

关于reactjs - 找不到模块 'react-split' 的声明文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64754026/

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