DeprecationWarning under Node.js 16.0.0
See original GitHub issue(node:301479) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at PROJECT_ROOT/node_modules/postcss/package.json.
Update this package.json to use a subpath pattern like "./*".
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Deprecated APIs | Node.js v19.3.0 Documentation
The node:constants module is deprecated. When requiring access to constants relevant to specific Node.js builtin modules, developers should instead refer to the ...
Read more >How to resolve nodejs deprecation warning - RFC 6066
I have tried with using ksfkajs version 1.15.0, 1.16.0, 2.1.0 in package.json - but keep getting the same error. How can I eliminate...
Read more >Node.js Versions: Previous Releases, Check, Update
Node 12 and earlier versions are on the verge of deprecation and are not being now generally used more often in development due...
Read more >Download & Update Node.js to the Latest Version! Node v19 ...
Node.js 18 is the 'Current' release for the next 6 months and then promoted to Long-term Support (LTS) in October 2022. Node.
Read more >What's New in Node.js 15 - Better Programming
In our environment, we had Node.js 12.16.0 and NPM 6.14.8 installed. ... (node:79104) [DEP0018] DeprecationWarning: Unhandled promise rejections are ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The fix was released in 8.2.11.
@czue fixed in https://github.com/postcss/postcss/commit/8e6088f99ca8ae92f70d5207a8478cd22e6ec420 and released in 8.2.12.