Skip to content

Commit

Permalink
outdated lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Oct 18, 2024
1 parent 1cb52fe commit 8d60b3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FAQ/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ Hydro 的默认位置可以运行 `yarn global dir` 得到。(不要直接改
题目限时允许设定的字面精度是 1ms,但是由于操作系统内核参数的限定,实测的精度通常为4ms。
内存限制的精度是1MB,对于本地native的编译型语言c/c++/pascal/freebasic/clang等是考察程序本身的内存申请空间; 对于虚拟机和脚本语言,则包含了虚拟机本身或解释器本身的内存消耗。

## `Outdated lockfile. Please run 'yarn install' and try again.`

```
cd `yarn global dir` && rm -rf node_modules yarn.lock && yarn install
```

后再次尝试。

## 我想让 Python 支持 numpy 等等库,怎么办?

如果你是 2022/8/12 日前安装,使用 `pip3 install numpy``pm2 restart hydro-sandbox`
Expand Down

0 comments on commit 8d60b3a

Please sign in to comment.