Skip to content

Commit 8d60b3a

Browse files
committed
outdated lockfile
1 parent 1cb52fe commit 8d60b3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

FAQ/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ Hydro 的默认位置可以运行 `yarn global dir` 得到。(不要直接改
9696
题目限时允许设定的字面精度是 1ms,但是由于操作系统内核参数的限定,实测的精度通常为4ms。
9797
内存限制的精度是1MB,对于本地native的编译型语言c/c++/pascal/freebasic/clang等是考察程序本身的内存申请空间; 对于虚拟机和脚本语言,则包含了虚拟机本身或解释器本身的内存消耗。
9898

99+
## `Outdated lockfile. Please run 'yarn install' and try again.`
100+
101+
```
102+
cd `yarn global dir` && rm -rf node_modules yarn.lock && yarn install
103+
```
104+
105+
后再次尝试。
106+
99107
## 我想让 Python 支持 numpy 等等库,怎么办?
100108

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

0 commit comments

Comments
 (0)