-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
🔍 triageThis is under investigationThis is under investigation
Description
Has this bug been raised before?
- I have checked "open" AND "closed" issues and this is not a duplicate
Description
When running npm run setup, the script doesn’t generate the .env file as expected. Instead, it stops after opening a localhost port (e.g., http://localhost:54043).
Steps to Reproduce
- Clone the repo:
git clone https://github.com/jargonsdev/jargons.dev.git cd jargons.dev npm ci - Run setup:
npm run setup - Observe that the script outputs:
`> jargons.dev@1.0.0 setup
node dev/setup.js
Open http://localhost:54043
4. No .env` file is generated.
Expected Behavior
The .env file should be created automatically after running npm run setup, as described in the documentation.
Actual Behavior
The setup script hangs and only opens a localhost port. No .env file is created.
Environment
- OS: macOS (e.g., macOS 14.x Sonoma)
- Machine: MacBook Pro
- Node.js: v22.14.0
- npm: 10.9.2
Screenshots
npm start
Output
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response
Metadata
Metadata
Assignees
Labels
🔍 triageThis is under investigationThis is under investigation
