gpt4 book ai didi

typescript - 为绝对类型的 PR 工作。如何修复 "Cannot find module ' csstype '"when I run "npm run lint markdown-to-jsx”?

转载 作者:行者123 更新时间:2023-12-04 17:30:18 26 4
gpt4 key购买 nike

以下是我按照 https://github.com/DefinitelyTyped/DefinitelyTyped#verifying 上的说明到目前为止所做的工作.

我 fork 了 https://github.com/DefinitelyTyped/DefinitelyTyped .

我 git 克隆了我的 fork 并运行 npm install .

我更新了 types/markdown-to-jsx 的类型定义和测试.

现在,正在运行 npm run lint markdown-to-jsx返回错误。

为什么?

npm run lint markdown-to-jsx

> definitely-typed@0.0.3 lint /Users/sunknudsen/tmp/DefinitelyTyped
> dtslint types "markdown-to-jsx"

Error: Errors in typescript@next for external dependencies:
../react/index.d.ts(34,22): error TS2307: Cannot find module 'csstype'.

最佳答案

你试了吗npm installtypes/<your-package-name> ,在你的情况下:

cd types/markdown-to-jsx && npm i;
?它应该修复它。
如果没有,您可能只是在树的某处有一些也需要安装的依赖项。我看到这些是 markdown-to-jsx 的类型,所以我建议也运行 npm ireact 的类型文件夹中, react-dom , 和 react-markdown .
我遇到了类似的问题,并在 types/react 中运行它(除了在我的项目类型中运行它之外)解决了它:
cd types/react && npm i

关于typescript - 为绝对类型的 PR 工作。如何修复 "Cannot find module ' csstype '"when I run "npm run lint markdown-to-jsx”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60380506/

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