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

Upgrade Min Node Version #1

Open
budparr opened this issue Feb 19, 2021 · 0 comments
Open

Upgrade Min Node Version #1

budparr opened this issue Feb 19, 2021 · 0 comments
Assignees

Comments

@budparr
Copy link
Member

budparr commented Feb 19, 2021

Was getting an error on Netlify

Error: Error building site: POSTCSS: failed to transform "style.css" (text/css): (node:1836) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
5:35:41 PM: TypeError: Object.entries(...).flatMap is not a function...

To fix, I updated the NODE version in netlify.toml

NODE_VERSION = "12.13.0"

as per https://tailwindcss.com/docs/upgrading-to-v2#upgrade-to-node-js-12-13-or-higher

I'd update it, but not sure if there are implications elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants