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的基本1个例子。如有任何帮助,我将不胜感激。
你必须构建锚/ts包
执行以下操作
cd锚/ts
线安装
纱构建
cd . .//教程示例
rm -rf node_modules
线安装
please try this
我能够通过全局安装必要的软件包来使anchor test
工作。(@project-serum/anchor, ts-node, and yarn)