我想在使用tensorflow/tfjs-node
时安装类型,就像我在使用Typescript一样。
我通过npm install @tensorflow/tfjs-node
但其中没有一个正在努力安装输入内容:
npm install --save @types/tensorflow/tfjs-node
npm install --save @types/tfjs-node
答案 0 :(得分:1)
您不需要bundled with the main repository就单独安装这些类型。
要从@types/...
中删除旧类型,请使用npm uninstall
。之后,使用TypeScript并通过import
导入数据时,它将自动选择正确的类型。