Replies: 1 comment
-
Duplicate of #54 Please use GNU grep |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
C:\Users\DrTang\Desktop\gpt-code-ui>make compile_frontend
cd frontend &&
npm install &&
npm run build &&
find ../gpt_code_ui/webapp/static -mindepth 1 ! -name '.gitignore' -delete &&
rsync -av dist/ ../gpt_code_ui/webapp/static
up to date, audited 255 packages in 4m
66 packages are looking for funding
run
npm fund
for details2 moderate severity vulnerabilities
To address all issues, run:
npm audit fix
Run
npm audit
for details.Building version $VITE_APP_VERSION
vite v4.3.9 building for production...
✓ 1606 modules transformed.
dist/index.html 0.48 kB │ gzip: 0.31 kB
dist/assets/index-18b36754.css 2.75 kB │ gzip: 1.12 kB
dist/assets/index-9bf1a79d.js 1,092.83 kB │ gzip: 365.48 kB
(!) Some chunks are larger than 500 kBs after minification. Consider:
✓ built in 4.29s
FIND: 参数格式不正确
make: *** [Makefile:27: compile_frontend] Error 2
Beta Was this translation helpful? Give feedback.
All reactions