'NCD.L1.sample--thanks' 项目未按预期运行

The 'NCD.L1.sample--thanks' project not working as expected

我一直在关注此处显示的示例:
https://www.youtube.com/watch?v=w6JlZpYMvpo&list=PL9tzQn_TEuFXdfbkEw5_16Dsf0F6QLDmL&index=21&t=900s

回购在这里:
https://github.com/Learn-NEAR/NCD.L1.sample--thanks

当我尝试 运行 ./scripts/1.dev-deploy.sh 时,返回了:

The Error Shot

我很想知道我在这里是否做错了什么,如果是的话,解决方案是什么。

根据有关缺少依赖项的错误,我认为您忘记了 运行 yarn

我更新了说明,将此作为步骤 #2

## Usage

### Development

To deploy the contract for development, follow these steps:

1. clone this repo locally
2. run `yarn` to install dependencies
3. run `./scripts/1.dev-deploy.sh` to deploy the contract (this uses `near dev-deploy`)

**Your contract is now ready to use.**