vbenjs / vite-plugin-mock

A mock plugin for vite.use mockjs.
MIT License
617 stars 96 forks source link

Error: esbuild: Failed to install correctly #92

Open FrankFang opened 1 year ago

FrankFang commented 1 year ago

If you come across the error, the solution is

cd node_modules/vite-plugin-mock/; node node_modules/esbuild/install.js; cd -;