-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
ERR_PACKAGE_PATH_NOT_EXPORTED #116
Comments
I've got a similar issue when running the test with Jest (24.9.0) using either of those import statements
|
Furthermore...
|
I am not familiar/experienced enough to contribute to this issue, but I can share that the standard (non-ES6) way of using the module is still viable:
hth Update:
becomes:
in compiled
Update 2 (and simple resolution): |
Both of these import methods are throwing the error message
ERR_PACKAGE_PATH_NOT_EXPORTED
and
Details:
It's obviously not a problem with deepdash but a problem with npm's new
export
interface and compatibility. But it is a barrier to using deepdash.The text was updated successfully, but these errors were encountered: