You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
so we're no longer able to install your package under Node 17:
$ yarn add --dev postcss-nesting
yarn add v1.22.17
warning package.json: No license field
warning No license field
[1/4] π Resolving packages...
[2/4] π Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "12 - 16". Got "17.0.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
$ node --version
v17.0.1
Can you please fix this for latest 9.x and maybe also backport to a 8.x release (as other important packages like @nuxtjs/tailwindcss have [email protected] as dev dependency). Thanks!