project-serum / anchor : anchor 测试命令不起作用
project-serum / anchor : anchor test command is not working
Cannot find module '/home/rasitha/videos/anchor/examples/tutorial/node_modules/@project-serum/anchor/dist/cjs/index.js'. Please verify that the package.json has a valid "main" entry
我在 https://github.com/project-serum/anchor 中的 basic-1 示例中的 运行 锚点测试命令后出现上述错误。如有任何帮助,我们将不胜感激。
您必须构建 anchor/ts 程序包
执行以下操作
cd anchor/ts
纱线安装
纱线构建
cd ../examples/tutorials
rm -rf node_modules
纱线安装
请试试这个
Cannot find module '/home/rasitha/videos/anchor/examples/tutorial/node_modules/@project-serum/anchor/dist/cjs/index.js'. Please verify that the package.json has a valid "main" entry
我在 https://github.com/project-serum/anchor 中的 basic-1 示例中的 运行 锚点测试命令后出现上述错误。如有任何帮助,我们将不胜感激。
您必须构建 anchor/ts 程序包
执行以下操作
cd anchor/ts
纱线安装
纱线构建
cd ../examples/tutorials
rm -rf node_modules
纱线安装
请试试这个