未验证 提交 0c8f97b9 编写于 作者: J Joe Haddad 提交者: GitHub

Ensure Node types are installed (for `process` types) (#7603)

上级 ca8156b0
......@@ -36,6 +36,7 @@ async function checkDependencies({
const requiredPackages = [
{ file: 'typescript', pkg: 'typescript' },
{ file: '@types/react/index.d.ts', pkg: '@types/react' },
{ file: '@types/node/index.d.ts', pkg: '@types/node' },
]
const missingPackages = requiredPackages.filter(p => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册