我正在看Gatsby.js教程,在教程二中,你必须导入一些字体。当我尝试导入theme lawton时,我在import lawtonTheme from "typography-theme-lawton";下看到以下错误 Could not find a declaration file for module 'typography-theme-lawton'. '/Users/react/tutorial-part-two/node_modules/
我从VSCode 0.10.6更新到0.10.8,并尝试第一次使用Typescript。但是,当我告诉VSCode编译时,出现错误: tsc is not a recognized as an internal or external command...这包括: 我运行npm init了一个新的package.json 我运行npm i --save-dev typescript因为我想要本地安装,而不是全局安装。我确实安装了Visual Studio 2015,但我没有安装任何类型的Typescript<