reactjs 当我写npm run dev来运行react时,如何修复丢失的脚本“dev”?[已关闭]

nbysray5  于 2023-02-22  发布在  React
关注(0)|答案(1)|浏览(150)

已关闭。此问题需要details or clarity。当前不接受答案。
**想要改进此问题?**添加详细信息并通过editing this post阐明问题。

昨天关门了。
Improve this question
我使用vite,但无法运行react:enter image description here
无法在visual studio代码中运行react应用程序
//软件包json:enter image description here

cxfofazt

cxfofazt1#

您需要将dev命令添加到package.json中的scripts,请参考:https://docs.npmjs.com/misc/scripts/

相关问题