Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.0.4 caused "[DEP0148] DeprecationWarning: Use of deprecated folder mapping..." warning #323

Closed
jhildenbiddle opened this issue Apr 21, 2022 · 1 comment

Comments

@jhildenbiddle
Copy link

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)

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-data

Thanks!

@lo1tuma
Copy link
Owner

lo1tuma commented May 27, 2022

Fixed in version 10.0.5 by #326

@lo1tuma lo1tuma closed this as completed May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants