Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error checking updates TypeError: promisify is not a function in latest Next (6.1.1) #4831

Closed
trevordmiller opened this issue Jul 24, 2018 · 3 comments

Comments

@trevordmiller
Copy link
Contributor

Bug report

Describe the bug

When running next to develop locally, outputs Error checking updates TypeError: promisify is not a function

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. In a Next project with a .babelrc like this, run next
  2. See error.

Expected behavior

No errors when running next :)

Screenshots

image

System information

  • OS: macOS
  • Version of Next.js: 6.1.1
@timneutkens
Copy link
Member

update-check is going to be removed in the upcoming canary release. I'm pretty sure this error happened because you're on a Node.js version update-check doesn't support.

@timneutkens
Copy link
Member

Fixed by #4639

@trevordmiller
Copy link
Contributor Author

Yep you were right, forgot I was testing an older version of node. Switched back to latest node and all is well. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants