typescript 项目-血清/锚:锚测试命令不起作用

um6iljoc  于 2022-12-24  发布在  TypeScript
关注(0)|答案(2)|浏览(103)
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示例中运行锚测试命令后得到以上错误。任何帮助都将受到欢迎。

t2a7ltrp

t2a7ltrp1#

必须生成anchor/ts软件包

    • 执行以下操作**

CD锚钉/ts
Yarn安装
Yarn结构
cd ../示例/教程
rm-rf节点模块
Yarn安装
请试试这个

yk9xbfzb

yk9xbfzb2#

我能够通过在全局安装必要的包来使anchor test工作。(@project-serum/锚,ts-node,and yarn

相关问题