Closed robinmattern closed 3 years ago
Update your Node.js. It is a bug of early 15.x versions.
Thank you for the info. I missed installed NVM and the latest node version. Warning message is gone.
On Sun, Feb 14, 2021, 2:50 PM Andrey Sitnik notifications@github.com wrote:
Update your Node.js. It is a bug of early 15.x versions.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/postcss/postcss-safe-parser/issues/21#issuecomment-778831652, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI2ZG7TKDDDVPPHMDIK7A3S7ASQJANCNFSM4XTPF3UA .
In nodejs v15 your module is causing this warning. It's very annoying.
The fix is presumably in the
exports
field of thepackage.json
file for the modulepostcss
: