Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在本地启动现有的strapi项目?
我希望能够在本地运行strapi仪表板。
我尝试使用 npm install、npm run develop 但我得到了 - npm ERR!缺少脚本:开发。
你能帮忙的话,我会很高兴!
肿瘤坏死因子
好的。因此,如果其他人仍然想知道如何解决这个问题。$ cd 到你的项目 $ 运行npm install 或 yarn 来安装 node_modules,然后运行npm run develop 或 yarn develop。