我有一个问题。每当我尝试在 Windows 11 系统上运行任何 npx 命令时,都会收到此错误
C:\Users\JOEL MATHEW\node_modules.bin/../node/bin/node: 第 1 行:此:未找到命令
我已经面对这个问题很长时间了,而且仍然困扰着我。
$ npx -v
9.5.0
$ npm -v
9.5.0
$ node -v
v18.14.2
$ npx create-react-app test
C:\Users\JOEL MATHEW\node_modules\.bin/../node/bin/node: line 1: This: command not found
Run Code Online (Sandbox Code Playgroud)