Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

postcss-nesting 8.0.0/9.0.0 incompatible with Node 17+Β #87

@onlime

Description

@onlime

In postcss-nesting 8.0.0 (see 7.0.0...8.0.0), you have limited compatibility to > Node 16 by this change in package.json:

  "engines": {
-    "node": ">=6.0.0"
+    "node": "12 - 16"
  },

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

While installing 7.0.0 works fine under Node 17:

$ yarn add --dev [email protected]

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!

Cheers, Philip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions