Skip to content

Share this post

paypalkofibuymeacoffeemomo

Lỗi không tìm thấy file manifest/client.json khi build project VuePress

Vấn đề

Khi chạy lệnh vuepress build thì quá trình build bị lỗi sau:

js
Error: Cannot find module 'dist/manifest/client.json'

Giải pháp

Set biến môi trường NODE_ENV=production

bash
NODE_ENV=production npm run build