mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 11:58:22 +08:00
update make frontendc (#783)
chore(Makefile): update 'install_frontendc' target to remove existing node_modules and package-lock.json before running 'npm install' to ensure a clean installation
This commit is contained in:
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ install_frontend:
|
||||
cd src/frontend && npm install;
|
||||
|
||||
install_frontendc:
|
||||
cd src/frontend && npm ci;
|
||||
cd src/frontend && rm -rf node_modules package-lock.json && npm install;
|
||||
|
||||
run_frontend:
|
||||
cd src/frontend && npm start
|
||||
|
||||
7182
src/frontend/package-lock.json
generated
7182
src/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user