mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[GH-ISSUE #227] 'react-scripts' is not recognized as an internal or external command #154
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chidinweke on GitHub (Aug 31, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/227
Originally assigned to: @Om-Singh1808 on GitHub.
When I try to run the project using npm start or npm run build, I get the following error:
Steps to Reproduce
Clone the repo:
git clone
cd frontend
Install dependencies:
npm install
Run the app:
npm start
Expected Behavior
The React development server should start normally.
Actual Behavior
The command fails with the error above, indicating that react-scripts is missing or not installed.
Environment
Additional Notes
npm install react-scripts@5.0.1 --save
might resolve the issue.
@AJaySi commented on GitHub (Sep 1, 2025):
Thank you @chidinweke for reporting this. We are uphauling the whole project and things will be broken till 15th september.
@Om-Singh1808 : Lets include react_scripts in the package.json
@Om-Singh1808 commented on GitHub (Sep 1, 2025):
Okay we will include them
@AJaySi commented on GitHub (Sep 4, 2025):
@Om-Singh1808 ??
@AJaySi commented on GitHub (Sep 25, 2025):
Added npm install in the documentation.