Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. import * as apm from 'elastic-apm-node/start'
  2. apm.flush()
  3.  
  4. WARNING in node_modules/elastic-apm-node/lib/agent.js 152:16-59
  5. Critical dependency: the request of a dependency is an expression
  6. @ node_modules/elastic-apm-node/index.js
  7.  
  8. WARNING in node_modules/elastic-apm-node/lib/config.js 25:19-36
  9. Critical dependency: the request of a dependency is an expression
  10. @ node_modules/elastic-apm-node/lib/agent.js
  11.  
  12. WARNING in node_modules/elastic-apm-node/lib/instrumentation/index.js 169:16-30
  13. Critical dependency: the request of a dependency is an expression
  14. @ node_modules/elastic-apm-node/lib/agent.js
  15.  
  16. ERROR in node_modules/elastic-apm-node/lib/agent.js
  17. Module not found: Error: Can't resolve '../package' in 'node_modules/elastic-apm-node/lib'
  18. @ node_modules/elastic-apm-node/lib/agent.js 25:14-35
  19.  
  20. ERROR in node_modules/elastic-apm-node/lib/config.js
  21. Module not found: Error: Can't resolve '../package' in 'node_modules/elastic-apm-node/lib'
  22. @ node_modules/elastic-apm-node/lib/config.js 12:14-35
  23.  
  24. ERROR in node_modules/elastic-apm-http-client/index.js
  25. Module not found: Error: Can't resolve './package' in 'node_modules/elastic-apm-http-client'
  26. @ node_modules/elastic-apm-http-client/index.js 15:12-32
  27.  
  28. ERROR in node_modules/spdx-expression-parse/scan.js
  29. Module not found: Error: Can't resolve 'spdx-exceptions' in 'node_modules/spdx-expression-parse'
  30. @ node_modules/spdx-expression-parse/scan.js 6:17-43
  31.  
  32. ERROR in node_modules/spdx-correct/index.js
  33. Module not found: Error: Can't resolve 'spdx-license-ids' in 'node_modules/spdx-correct'
  34. @ node_modules/spdx-correct/index.js 17:21-48
  35.  
  36. ERROR in node_modules/spdx-expression-parse/scan.js
  37. Module not found: Error: Can't resolve 'spdx-license-ids' in 'node_modules/spdx-expression-parse'
  38. W20190619-11:37:30.394(2)? (STDERR) @ node_modules/spdx-expression-parse/scan.js 4:10-37
  39.  
  40. ERROR in node_modules/spdx-expression-parse/scan.js
  41. Module not found: Error: Can't resolve 'spdx-license-ids/deprecated' in 'node_modules/spdx-expression-parse'
  42. @ node_modules/spdx-expression-parse/scan.js 5:10-48
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement