.ID issues #91
KevinFloris20
started this conversation in
General
Replies: 1 comment
-
Likely |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I wanted to find the menu of a store that's closest to me but I ran into an issue, I would get this error:
PS C:\Users\theus\Yeaa\pizzaTime\Pizzatime> node script.js
C:\Users\theus\Yeaa\pizzaTime\Pizzatime\node_modules\dominos\src\Store.js:10
this.ID = parameters.ID;
^
TypeError: Cannot read property 'ID' of undefined
at new Store (C:\Users\theus\Yeaa\pizzaTime\Pizzatime\node_modules\dominos\src\Store.js:10:26)
at Object. (C:\Users\theus\Yeaa\pizzaTime\Pizzatime\script.js:21:17)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47
PS C:\Users\theus\Yeaa\pizzaTime\Pizzatime>
Do you know why this is happening? I really want to get this to work and I'm kind of new to this, so sorry if its a dumb question. Thank you if you can help : ).
Beta Was this translation helpful? Give feedback.
All reactions