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示例中运行锚测试命令后得到以上错误。任何帮助都将受到欢迎。
2条答案
按热度按时间t2a7ltrp1#
必须生成anchor/ts软件包
CD锚钉/ts
Yarn安装
Yarn结构
cd ../示例/教程
rm-rf节点模块
Yarn安装
请试试这个
yk9xbfzb2#
我能够通过在全局安装必要的包来使
anchor test
工作。(@project-serum/锚,ts-node,and yarn)