Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.29 KB | None | 0 0
  1. npm run start
  2.  
  3. > app@1.0.0 start /home/theta/InSilicoTrials/Sources/insilicotrials-azure-ad-b2c-demo-app
  4. > npm run build && NODE_ENV=production node ./build/bin/www
  5.  
  6.  
  7. > app@1.0.0 build /home/theta/InSilicoTrials/Sources/insilicotrials-azure-ad-b2c-demo-app
  8. > rm -rf ./build && mkdir build && babel ./app --out-dir ./build --source-maps --copy-files
  9.  
  10. app/app.js -> build/app.js
  11. app/bin/www.js -> build/bin/www.js
  12. app/config/iam-config.js -> build/config/iam-config.js
  13. app/config/logger-config.js -> build/config/logger-config.js
  14. app/routes/account.js -> build/routes/account.js
  15. app/routes/iam.js -> build/routes/iam.js
  16. app/routes/index.js -> build/routes/index.js
  17. app/test/test.js -> build/test/test.js
  18. app/utils/bunyan.js -> build/utils/bunyan.js
  19. app/utils/logger.js -> build/utils/logger.js
  20. app/utils/winston.js -> build/utils/winston.js
  21. {"name":"AzureAD: OIDC Passport Strategy","hostname":"xps","pid":25310,"level":40,"msg":"Using http for redirectUrl is not recommended, please consider using https","time":"2018-10-15T15:46:53.442Z","v":0}
  22. {"name":"Azure AD B2C","hostname":"xps","pid":25310,"level":30,"msg":"Environment: production","time":"2018-10-15T15:46:53.447Z","v":0}
  23. /home/theta/InSilicoTrials/Sources/insilicotrials-azure-ad-b2c-demo-app/node_modules/express/lib/express.js:108
  24.       throw new Error('Most middleware (like ' + name + ') is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.');
  25.       ^
  26.  
  27. Error: Most middleware (like session) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.
  28.     at Function.get (/home/theta/InSilicoTrials/Sources/insilicotrials-azure-ad-b2c-demo-app/node_modules/express/lib/express.js:108:13)
  29.     at Object.<anonymous> (/home/theta/InSilicoTrials/Sources/insilicotrials-azure-ad-b2c-demo-app/build/app.js:102:32)
  30.     at Module._compile (internal/modules/cjs/loader.js:689:30)
  31.     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  32.     at Module.load (internal/modules/cjs/loader.js:599:32)
  33.     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  34.     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  35.     at Module.require (internal/modules/cjs/loader.js:637:17)
  36.     at require (internal/modules/cjs/helpers.js:20:18)
  37.     at Object.<anonymous> (/home/theta/InSilicoTrials/Sources/insilicotrials-azure-ad-b2c-demo-app/build/bin/www.js:8:12)
  38.     at Module._compile (internal/modules/cjs/loader.js:689:30)
  39.     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  40.     at Module.load (internal/modules/cjs/loader.js:599:32)
  41.     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  42.     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  43.     at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
  44. npm ERR! code ELIFECYCLE
  45. npm ERR! errno 1
  46. npm ERR! app@1.0.0 start: `npm run build && NODE_ENV=production node ./build/bin/www`
  47. npm ERR! Exit status 1
  48. npm ERR!
  49. npm ERR! Failed at the app@1.0.0 start script.
  50. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  51.  
  52. npm ERR! A complete log of this run can be found in:
  53. npm ERR!     /home/theta/.npm/_logs/2018-10-15T15_46_53_479Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement