Zeit Now CLI `now dev` hangs
See original GitHub issueHi,
I setup a demo project here.
The command now dev --debug
run correctly, but when I request the url, the builder seems to be stuck and no error is shown.
➜ zeit-now-bug-winston git:(master) now dev --debug
> [debug] [2019-09-05T11:40:25.850Z] Found config in file /zeit-now-bug-winston/now.json
> [debug] [2019-09-05T11:40:25.854Z] Using Now CLI 16.1.3
> [debug] [2019-09-05T11:40:25.857Z] user supplied known subcommand
> Now CLI 16.1.3 dev (beta) — https://zeit.co/feedback/dev
> [debug] [2019-09-05T11:40:26.010Z] The yarn executable is already cached, not re-downloading
> [debug] [2019-09-05T11:40:26.015Z] Reading `package.json` file
> [debug] [2019-09-05T11:40:26.015Z] Reading `now.json` file
> [debug] [2019-09-05T11:40:26.025Z] Locating files /zeit-now-bug-winston
> [debug] [2019-09-05T11:40:26.026Z] Ignoring /zeit-now-bug-winston/.git
> [debug] [2019-09-05T11:40:26.027Z] Ignoring /zeit-now-bug-winston/.gitignore
> [debug] [2019-09-05T11:40:26.028Z] Ignoring /zeit-now-bug-winston/node_modules
> [debug] [2019-09-05T11:40:26.029Z] Locating files /zeit-now-bug-winston: 3.823ms
> [debug] [2019-09-05T11:40:26.041Z] No builders need to be installed
> [debug] [2019-09-05T11:40:26.197Z] Adding build match for "index.js"
> [debug] [2019-09-05T11:40:26.228Z] Got listen error: EADDRINUSE
> NOTE: Requested port 3000 is already in use
> Ready! Available at http://localhost:3001
> GET /
> [debug] [2019-09-05T11:40:28.003Z] Using cached `now.json` config
> [debug] [2019-09-05T11:40:28.011Z] Using cached `now.json` config
> [debug] [2019-09-05T11:40:28.011Z] Building asset "index.js-index.js" for "GET /"
> Building @now/node:index.js
> [debug] [2019-09-05T11:40:28.014Z] Using `@now/node@0.12.8`
> [debug] [2019-09-05T11:40:28.014Z] Creating build process for index.js
downloading user files...
download complete [0ms]
installing dependencies for user's code...
missing `engines` in `package.json`, using default range: 8.10.x
installing to /zeit-now-bug-winston
yarn install v1.17.3
warning package.json: No license field
warning No license field
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.13s.
install complete [502ms]
running user script...
script complete [1ms]
tracing input files...
> [debug] [2019-09-05T11:40:33.775Z] No builders were updated
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Zeit Now Tutorial - Flavio Copes
One of the most simple ways to deploy a Node.js application is through the Now platform created by Zeit. Now 2 was recently...
Read more >Serverless CI/CD and hosting with Semaphore and ZEIT Now -
In this article, we will test and deploy an application using ZEIT Now to build and host it and Semaphore to drive CI/CD...
Read more >vercel - Zeit now: api requires json file from static-build step
I am writing a web app and trying to deploy it to Zeit's Now. my now.json ...
Read more >Node.js, ZEIT Now, and Deploying - DevPress - CSDN
To start, let's install Node and the Zeit CLI, and deploy a small ... of the applications we will install through npm is...
Read more >June 2020 - Vercel
As of June 19th 2020, the creation of new ZEIT Now 1.0 ... now render a warning message about how the Build and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for reporting this. We’ll take a look!
@CITIZENDOT That looks like a networking / internet issue. Please make sure those are working correctly and try again.