What happened?
安装依赖有交换环节时,看不到终端输出,无法交互,只能超时或者输出权限不够
Steps to reproduce
执行任务时,需要安装依赖,开始执行安装依赖命令就无法进行下去
⏵ bash npx create-next-app@latest coolblog --typescript --tailwind --eslint --app --src-dir --import-alias "@/*" --use-npm
Command timed out after 120 seconds
⏵ bash cd coolblog && npm init -y && npm install next react react-dom typescript @types/node @types/react @types/react-dom tail
Permission denied for bash
Environment
windows 10+wsl2(Ubuntu 24.04)+vscode
Relevant logs or screenshots
What happened?
安装依赖有交换环节时,看不到终端输出,无法交互,只能超时或者输出权限不够
Steps to reproduce
执行任务时,需要安装依赖,开始执行安装依赖命令就无法进行下去
⏵ bash npx create-next-app@latest coolblog --typescript --tailwind --eslint --app --src-dir --import-alias "@/*" --use-npm
Command timed out after 120 seconds
⏵ bash cd coolblog && npm init -y && npm install next react react-dom typescript @types/node @types/react @types/react-dom tail
Permission denied for bash
Environment
windows 10+wsl2(Ubuntu 24.04)+vscode
Relevant logs or screenshots