No output when running node intent dev after setup for Windows
Closed this issue · 3 comments
Jatingupta9120 commented
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:
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
Jatingupta9120 commented
@vinayak25 have a look at it
vinayak25 commented
Thanks @Jatingupta9120 sorry been busy with work, will check it out today
vinayak25 commented
Marking this issue as closed as this has been fixed in the recent release