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
When launching React Native app, I have a warning which says that tslib package is ignored :
warn Package tslib has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/xxx/node_modules/tslib/package.json
Any plan to fix this warning ? It happens on some NodeJS libs.
The text was updated successfully, but these errors were encountered:
(node:52405) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /gfgfdgfd/node_modules/tslib/package.json.
Update this package.json to use a subpath pattern like "./*".
When launching React Native app, I have a warning which says that tslib package is ignored :
Any plan to fix this warning ? It happens on some NodeJS libs.
The text was updated successfully, but these errors were encountered: