postcss / postcss-safe-parser

Fault tolerant CSS parser for PostCSS
MIT License
120 stars 12 forks source link

Use of deprecated folder mapping "./" in the "exports" field module #20

Closed Madeindreams closed 3 years ago

Madeindreams commented 3 years ago

In your package.json. The homepage:"./" is raising this warning.

(node:22144) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at D:\Code\MadeInDreams-Project\madeindreams.ca\node_modules\postcss-safe-parser\node_modules\postcss\package.json.
Update this package.json to use a subpath pattern like "./*".
ai commented 3 years ago

It is Node.js bug. Update Node.js version.