当我在vue-storefront上运行yarn run dev时,它在localhost:3000上启动并成功编译,但随后出现了这个错误。
Error: ENOENT: no such file or directory, stat 'C:\Users\HP\Documents\vue-storefront\dist\c849e1b2bfa798743d30.hot-update.json'. vue-storefront-api运行得很好,可以在localhost:8080上运行,但当我运行localhost:3000时,它显示出了问题。我该如何解决这个问题?
发布于 2021-09-10 11:03:37
运行命令yarn cache clean,然后运行yarn run dev。它就能完成这项工作。
https://stackoverflow.com/questions/63390631
复制相似问题