[PR #471] [MERGED] Fix the npm issue when running a fullstack Python app #528

Closed
opened 2026-02-15 20:15:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/471
Author: @leehuwuj
Created: 12/24/2024
Status: Merged
Merged: 12/24/2024
Merged by: @marcusschiesser

Base: mainHead: fix/run-with-npm


📝 Commits (4)

📊 Changes

2 files changed (+70 additions, -28 deletions)

View changed files

.changeset/little-kangaroos-exercise.md (+5 -0)
📝 templates/types/streaming/fastapi/run.py (+65 -28)

📄 Description

Fix: https://github.com/run-llama/create-llama/issues/466

Summary by CodeRabbit

  • New Features

    • Introduced environment-based configuration for application host and port.
    • Added a new class for managing Node.js package managers.
  • Bug Fixes

    • Addressed an npm issue affecting the full-stack Python template.
  • Improvements

    • Enhanced error handling and startup processes for the backend server.
    • Updated print statements for clearer frontend startup status.
    • Improved type safety with updated return types for package manager functions.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/471 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 12/24/2024 **Status:** ✅ Merged **Merged:** 12/24/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/run-with-npm` --- ### 📝 Commits (4) - [`9ecf044`](https://github.com/run-llama/create-llama/commit/9ecf04446e1faee870f1355beb2850bd0947f1cd) improve run console log and fix issue with npm - [`661dfc2`](https://github.com/run-llama/create-llama/commit/661dfc2ecafb7b5aa7c72278b3b249cad5d85149) add changeset - [`6a1d2b1`](https://github.com/run-llama/create-llama/commit/6a1d2b110546f214364d5b3aeaac8039f999a095) fix wrong condition - [`8406543`](https://github.com/run-llama/create-llama/commit/84065437159a416c2c9cd3e4b44cb20cdd466aca) better logic ### 📊 Changes **2 files changed** (+70 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/little-kangaroos-exercise.md` (+5 -0) 📝 `templates/types/streaming/fastapi/run.py` (+65 -28) </details> ### 📄 Description Fix: https://github.com/run-llama/create-llama/issues/466 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced environment-based configuration for application host and port. - Added a new class for managing Node.js package managers. - **Bug Fixes** - Addressed an npm issue affecting the full-stack Python template. - **Improvements** - Enhanced error handling and startup processes for the backend server. - Updated print statements for clearer frontend startup status. - Improved type safety with updated return types for package manager functions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:10 -05:00
yindo closed this issue 2026-02-15 20:15:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#528