gneatfosacho / Ecommerce

Ecommerce web application using Angular | Node.js | Express.js | MongoDB
66 stars 41 forks source link

Server is not running #3

Open niladri6 opened 4 years ago

niladri6 commented 4 years ago

server is not running. It will throw this error:

D:\Node.js Practice\test\Ecommerce-master\server>node server.js internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module 'async' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (D:\Node.js Practice\test\Ecommerce-master\server\routes\main.js:5:15) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (D:\Node.js Practice\test\Ecommerce-master\server\server.js:30:20) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32)

zac11 commented 4 years ago

Just install npm i async inside the server directory and it will work

kittupriyatham commented 3 years ago

I couldn't execute npm install command in the server folder. I am getting this error

C:\Users\lenovo\OneDrive - K L University\Desktop\peregrine-deliveries-master\server>npm install
npm ERR! Unexpected end of JSON input while parsing near '...VBF\np3zbCRzr0ebIHtb4'

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\lenovo\AppData\Roaming\npm-cache_logs\2020-12-12T12_59_26_592Z-debug.log

I don't understand this part. '...VBF\np3zbCRzr0ebIHtb4'

hafsa56 commented 2 years ago

image