Advertisement
Guest User

Untitled

a guest
May 8th, 2018
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. W20180508-20:28:20.902(-4)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt.
  2. W20180508-20:28:20.904(-4)? (STDERR) While this implementation will work correctly, it is known to be
  3. W20180508-20:28:20.904(-4)? (STDERR) approximately three times slower than the native implementation.
  4. W20180508-20:28:20.905(-4)? (STDERR) In order to use the native implementation instead, run
  5. W20180508-20:28:20.905(-4)? (STDERR)
  6. W20180508-20:28:20.906(-4)? (STDERR) meteor npm install --save bcrypt
  7. W20180508-20:28:20.906(-4)? (STDERR)
  8. W20180508-20:28:20.907(-4)? (STDERR) in the root directory of your application.
  9. W20180508-20:28:22.921(-4)? (STDERR) C:\Users\crybx\AppData\Local\.meteor\packages\meteor-tool\1.6.1_1\mt-os.windows.x86_64\dev_bundle\server-lib\node_modules\fibers\future.js:280
  10. W20180508-20:28:22.924(-4)? (STDERR) throw(ex);
  11. W20180508-20:28:22.924(-4)? (STDERR) ^
  12. W20180508-20:28:22.925(-4)? (STDERR)
  13. W20180508-20:28:22.926(-4)? (STDERR) Error: Could not construct a client with those parameters
  14. W20180508-20:28:22.926(-4)? (STDERR) at new Client (S:\repos\Lesswrong2\node_modules\intercom-client\dist\client.js:90:13)
  15. W20180508-20:28:22.927(-4)? (STDERR) at server.js (packages/lesswrong/lib/events/server.js:5:22)
  16. W20180508-20:28:22.927(-4)? (STDERR) at fileEvaluate (packages\modules-runtime.js:343:9)
  17. W20180508-20:28:22.928(-4)? (STDERR) at require (packages\modules-runtime.js:238:16)
  18. W20180508-20:28:22.928(-4)? (STDERR) at server.js (packages/lesswrong/server.js:1:1437)
  19. W20180508-20:28:22.929(-4)? (STDERR) at fileEvaluate (packages\modules-runtime.js:343:9)
  20. W20180508-20:28:22.930(-4)? (STDERR) at require (packages\modules-runtime.js:238:16)
  21. W20180508-20:28:22.930(-4)? (STDERR) at S:\repos\Lesswrong2\.meteor\local\build\programs\server\packages\lesswrong.js:38823:15
  22. W20180508-20:28:22.931(-4)? (STDERR) at S:\repos\Lesswrong2\.meteor\local\build\programs\server\packages\lesswrong.js:38828:3
  23. W20180508-20:28:22.931(-4)? (STDERR) at S:\repos\Lesswrong2\.meteor\local\build\programs\server\boot.js:411:36
  24. W20180508-20:28:22.932(-4)? (STDERR) at Array.forEach (<anonymous>)
  25. W20180508-20:28:22.935(-4)? (STDERR) at S:\repos\Lesswrong2\.meteor\local\build\programs\server\boot.js:220:19
  26. W20180508-20:28:22.935(-4)? (STDERR) at S:\repos\Lesswrong2\.meteor\local\build\programs\server\boot.js:471:5
  27. W20180508-20:28:22.936(-4)? (STDERR) at Function.run (S:\repos\Lesswrong2\.meteor\local\build\programs\server\profile.js:510:12)
  28. W20180508-20:28:22.936(-4)? (STDERR) at S:\repos\Lesswrong2\.meteor\local\build\programs\server\boot.js:470:11
  29. => Exited with code: 1
  30. => Your application is crashing. Waiting for file change.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement