Fix deprecated folder mapping "./" in the "exports" field module reso…#1456
Fix deprecated folder mapping "./" in the "exports" field module reso…#1456ai merged 1 commit intopostcss:masterfrom
Conversation
…lution NodeJS v15.1.0 (node:19936) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at D:\0\node_modules\postcss\package.json. Update this package.json to use a subpath pattern like "./*". (Use `node --trace-deprecation ...` to show where the warning was created)
|
ESM in Node.js 12 does not support |
|
In other hand, |
|
Thanks. Released in 8.1.5. |
|
upgrading nodejs to v15.8.0 fixed the warnings for me |
|
It is possible to have problems caused by insufficient memory! |
Thanks sir. |
|
Using |
can u guide me through the process? |
How did you do that exactly? |
|
If anyone is using angular 11 try to update @angular-devkit/build-angular to "~0.1102.19" and it will fix the problem with postcss. |
…lution
NodeJS v15.1.0
(node:19936) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at D:\0\node_modules\postcss\package.json.
Update this package.json to use a subpath pattern like "./*".
(Use
node --trace-deprecation ...to show where the warning was created)Closes #1455