$ make -B build/ihp-lib
Makefile:30: build/ihp-lib/Makefile.dist: No such file or directory
make: *** No rule to make target 'build/ihp-lib/Makefile.dist'. Stop.尝试运行make -B build/ihp-lib来创建符号链接。https://github.com/digitallyinduced/ihp/blob/master/CONTRIBUTING.md
$ nix-shell --run 'make build/ihp-lib'
Makefile:30: build/ihp-lib/Makefile.dist: No such file or directory
make: *** No rule to make target 'build/ihp-lib/Makefile.dist'. Stop.which RunDevServer不返回RunDevServer not found。
curl --silent https://raw.githubusercontent.com/digitallyinduced/ihp/master/Troubleshoot/ihp-troubleshoot | python3只显示以下错误。
+ Symlink build/ihp-lib exists
- Symlink build/ihp-lib target directory does not exist. Try `nix-shell --run "make -B build/ihp-lib"` to fix this发布于 2022-01-31 08:30:05
https://stackoverflow.com/questions/70921564
复制相似问题