-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
TimeoutOverflowWarning when building the site #2442
Comments
I managed to trace this down to
So, this needs node-version-data to bump jsonist. @rvagg any chance you could take care of this? |
Published [email protected] which should address this. Thanks for all the diligence around this repo @XhmikosR, good work! |
This was referenced Sep 5, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building the site with
npm run build
I get:I'm on Node.js 12.8.1 on Windows 10 64-bit but it happens on Travis too. It's just not shown because currently the build script is inside tap. You can see it on my fork though https://travis-ci.org/XhmikosR/nodejs.org/builds/574910707#L216
IMO we should run
npm run build
in an npm script and not inside tap.The text was updated successfully, but these errors were encountered: