dchester / jsonpath

Query and manipulate JavaScript objects with JSONPath expressions. Robust JSONPath engine for Node.js.
MIT License
1.32k stars 216 forks source link

Error: Can't walk dependency graph: Cannot find module '..' #177

Open THLJamie opened 1 year ago

THLJamie commented 1 year ago

I had followed the instruction and installed the jsonpath, below is the jsonpath folder under node_modules: Screen Shot 2022-09-21 at 11 35 45 AM

Then I import the jsonpath and used the query function as below: Screen Shot 2022-09-21 at 11 38 04 AM

Then when run the test, I got below error: Error: Can't walk dependency graph: Cannot find module '..' from '/Users/jamiezhai/Automation/cypress-e2e-test/node_modules/jsonpath/jsonpath.js' required by /Users/jamiezhai/Automation/cypress-e2e-test/node_modules/jsonpath/jsonpath.js Screen Shot 2022-09-21 at 11 39 03 AM Pls can anyone help/suggest? Thanks heaps!

EarthyOrange commented 1 year ago

I remember seeing something similar and discovered that this issue happens when the browser entry point (in package.json) is being used. Using the main entry point fixes it for me.