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
Updating dependencies for a project and noticed the following warning after updating to v10.0.4:
> eslint .
(node:91449) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./src/"in the "exports" field module resolution of the package at /Users/john/Dev/get-css-data/node_modules/ramda/package.json.
Update this package.json to use a subpath pattern like "./src/*".
(Use `node --trace-deprecation ...` to show where the warning was created)
Updating dependencies for a project and noticed the following warning after updating to v10.0.4:
After downgrading to v10.0.3 this warning no longer appears. Rather than post
package.json
content, here is a link to the project where I encountered the issue: https://github.com/jhildenbiddle/get-css-dataThanks!
The text was updated successfully, but these errors were encountered: