每当我在终端上键入 npm 运行 dev 时,我都会在终端上收到错误消息。我的 package.json 中已经有了依赖项

I’m getting the error down at the terminal, anytime I type npm run dev on the terminal. I have the dependencies already in my package.json

enter image description here

显示错误,我试了很多次enter image description here

虽然问的问题写得不好,但这是一个相当容易解决的问题。

删除 dev 脚本中 NODE_ENV=development 之间的 space 字符。

因为这 2 个之间有一个 space,解析器将 development 解释为要执行的程序,而不是变量。