它有一个src目录,其中包含.ts文件和dist/esm目录,其中所有的.ts文件都转换为.js、.js.map和.d.ts文件。图书馆正在工作,它有类型,但在开发过程中也存在一些问题。在IDE中(我使用Webstorm),当我单击库中的组件时,我想从src目录中打开一个源文件。但是,我打开了一个类型声明文件(.d.ts)。declare const Button: () => JSX.Element;
// The line bel
我对node.js有问题,我安装了Node、Homebrew和Xcode,但是当我输入终端:节点index.js时,我得到了以下错误:Error: Cannot find module '/Users/traviskerr/index.js' at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (i