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
According to the docs, we can set a ExtendedCookieJar to persist the cookies.
However, there is no way to import ExtendedCookieJar because it is not properly exported.
Describe the bug
There is no way to import ExtendedCookieJar because it is not properly exported in package.json or ./dist/esm/src/index-node.js.
Bug Report
According to the docs, we can set a
ExtendedCookieJar
to persist the cookies.However, there is no way to import
ExtendedCookieJar
because it is not properly exported.Describe the bug
There is no way to import
ExtendedCookieJar
because it is not properly exported inpackage.json
or./dist/esm/src/index-node.js
.Minimal Reproduction
yahoo-finance2
.index.mjs
with following content:Get error:
ERR_PACKAGE_PATH_NOT_EXPORTED
Environment
Browser or Node: Node
Node version (if applicable): 21.7.1
Npm version: 10.5.0
Browser verion (if applicable):
Library version (e.g.
1.10.1
): 2.11.0Additional Context
The text was updated successfully, but these errors were encountered: