You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at PATH_TO_PROJECT/node_modules/vuex/package.json. #2071
(node:19450) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at PATH_TO_PROJECT/node_modules/vuex/package.json.
Update this package.json to use a subpath pattern like "./*".
(Use node --trace-deprecation ... to show where the warning was created)
This is likely caused by new deprecation warnings introduced in node 16.
It was already fixed in postcss by updating the deprecated folder mapping to use a subpath pattern.
See this PR: postcss/postcss@93359b7