Has this bug been raised before?
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 run setup

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
Has this bug been raised before?
Description
When running
npm run setup, the script doesn’t generate the.envfile as expected. Instead, it stops after opening a localhost port (e.g., http://localhost:54043).Steps to Reproduce
git clone https://github.com/jargonsdev/jargons.dev.git cd jargons.dev npm cinpm run setup`> jargons.dev@1.0.0 setup
Open http://localhost:54043
4. No .env` file is generated.Expected Behavior
The
.envfile should be created automatically after runningnpm 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
Screenshots
npm run setupnpm startOutput
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response