nodejs-shopping-cart-tutorial icon indicating copy to clipboard operation
nodejs-shopping-cart-tutorial copied to clipboard

TypeError after running node ProductSeeder.js

Open harshavardhan12129 opened this issue 6 years ago • 0 comments

internal/modules/cjs/loader.js:631 throw new ERR_INVALID_ARG_TYPE('id', 'string', id); ^

TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received type undefinedd at Module.require (internal/modules/cjs/loader.js:631:11) at require (internal/modules/cjs/helpers.js:20:18) at Object. (D:\ICT-Beta-master\shop\seed\ProductSeeder.js:2:15) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:266:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3)

harshavardhan12129 avatar Aug 21 '18 21:08 harshavardhan12129