intentjs/intent

No output when running node intent dev after setup for Windows

Closed this issue · 3 comments

image

Problem:- No output when running node intent dev after setup for Windows

I ran the following steps to set up a new project:

npx new-intent-app@latest
Chose project name new-sample-app, AWS and Redis support.
After setup, I ran:
bash
Copy code
cd new-sample-app
npm i
node intent dev

Current Output:

image
No output or console response when running node intent dev.

Expected Output:

on the console it should display port like http://localhost:5001/
It should display:
Visit http://localhost:5001/, and you should be greeted with a message.

Environment:

Node.js version: v21.7.2
npm version: 10.5.0
Windows 11

@vinayak25 have a look at it

Thanks @Jatingupta9120 sorry been busy with work, will check it out today

Marking this issue as closed as this has been fixed in the recent release