Your detail info about the Bug:
node版本是v16.16.0
使用框架命令npm init egg --type=simple初始化项目
报错 'create-egg' 不是内部或外部命令,也不是可运行的程序
Reproduction Repo
nothing
Node Version
16.16.0
Eggjs Version
3.5
Plugin Name and its version
nothing
Platform and its version
Windows 10 专业版 21H1
3条答案
按热度按时间v1l68za41#
看起来像是你的 PATH 配置问题。
这是 npm init 的内置指令, 它等价于 安装 create-egg 这个包,然后执行它的 CLI。
bqucvtff2#
试了一下是可以成功的,可以把报错贴上来看一下是什么错。
qij5mzcb3#
我觉得是全局的 node_modules/.bin 没有加入 PATH 的原因,所以 npx 安装了 create-egg 后执行就找不到。