Skip to content

Commit

Permalink
20240319
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitherBoom812 committed Mar 19, 2024
1 parent f2710fc commit 1cc8915
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions source/_posts/stuffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,28 @@ sudo /etc/init.d/nfs-kernel-server restart
重启了电脑,发现之前 wsl --mount 挂载的 ext4.vhdx 已经被清空了,证明 wsl --mount 命令的效果在重启之后清空了。
### yarn add hasura-cli 安装失败
报错:
~~~
Command: node dist/index.js
Arguments:
Directory: /home/guoyun812/eesast/hasura/node_modules/hasura-cli
Output:
[email protected]
Downloading Hasura CLI binary v2.36.1 from https://github.com/hasura/graphql-engine/releases/download/v2.36.1/cli-hasura-linux-amd64
[email protected]
Error! Failed to install Hasura CLI binary.
Try npm uninstall hasura-cli or yarn remove hasura-cli and then reinstall it.
If the issue occurs repeatedly, check if your network can access https://github.com as the the Hasura CLI binary file is hosted on Github.
You can report the issue on https://github.com/jjangga0214/hasura-cli/issues with error message.
~~~
解决方案:手动下载 hasura-cli 的二进制文件,并粘贴到 `node_modules/hasura/`
## SSH 相关
### ssh 服务器
Expand Down

0 comments on commit 1cc8915

Please sign in to comment.