Through following error when I try to run my meteor app. But the same project working on another machine. This error coming when run behind corporate proxy restricted machine

W20171027-11:49:28.100(5.5)? (STDERR) C:\Users\standarduser\Downloads\s1025_1024.meteor\local\build\programs\server\boot.js:392
W20171027-11:49:28.184(5.5)? (STDERR) }).run();
W20171027-11:49:28.187(5.5)? (STDERR) ^
W20171027-11:49:28.189(5.5)? (STDERR)
W20171027-11:49:28.191(5.5)? (STDERR) Error: Cannot find module 'C:\Users\standarduser\Downloads\s1025_1024.meteor\local\build\programs\server\node_modules\http’
W20171027-11:49:28.193(5.5)? (STDERR) at Function.Module._resolveFilename (module.js:325:15)
W20171027-11:49:28.195(5.5)? (STDERR) at Function.Module._load (module.js:276:25)
W20171027-11:49:28.197(5.5)? (STDERR) at Module.require (module.js:353:17)
W20171027-11:49:28.199(5.5)? (STDERR) at require (internal/module.js:12:17)
W20171027-11:49:28.201(5.5)? (STDERR) at Object.require (C:\Users\standarduser\Downloads\s1025_1024.meteor\local\build\programs\server\boot.js:221:20)
W20171027-11:49:28.203(5.5)? (STDERR) at makeInstallerOptions.fallback (packages\modules-runtime.js:641:18)
W20171027-11:49:28.205(5.5)? (STDERR) at require (packages\modules-runtime.js:234:16)
W20171027-11:49:28.207(5.5)? (STDERR) at meteorInstall.node_modules.meteor.webapp.webapp_server.js (packages/webapp/webapp_server.js:1:264)
W20171027-11:49:28.209(5.5)? (STDERR) at fileEvaluate (packages\modules-runtime.js:333:9)
W20171027-11:49:28.210(5.5)? (STDERR) at require (packages\modules-runtime.js:228:16)
=> Exited with code: 1

Did you do a meteor npm install in your project directory?