Module not found: Error: Can't resolve '../../tests/http/' #701
Unanswered
chiahao-codes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the following Error message when running trying to run yahooFinance.search("ticker").
I am using Webpack as my bundler.
ERROR in ./node_modules/yahoo-finance2/dist/esm/src/lib/fetchDevel.js 6:17-62
Module not found: Error: Can't resolve '../../tests/http/' in 'C:\Desktop\Ticqer\node_modules\yahoo-finance2\dist\esm\src\lib'
On line 6 of the fetchDevel.js file, it is trying to declare
const BASE_URL = new URL("../../tests/http/", import.meta.url);
However, the folder for 'tests/http' is missing in the 'node_modules\yahoo-finance2\dist\esm\src\lib' folder.
Has anyone experienced this same issue?
Beta Was this translation helpful? Give feedback.
All reactions