Advertisement
Guest User

Untitled

a guest
Nov 16th, 2020
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. 2020-11-16T11:29:35.4695206Z ##[section]Starting: npm custom
  2. 2020-11-16T11:29:35.4917247Z ==============================================================================
  3. 2020-11-16T11:29:35.4917796Z Task : npm
  4. 2020-11-16T11:29:35.4918418Z Description : Install and publish npm packages, or run an npm command. Supports npmjs.com and authenticated registries like Azure Artifacts.
  5. 2020-11-16T11:29:35.4919064Z Version : 1.175.0
  6. 2020-11-16T11:29:35.4919450Z Author : Microsoft Corporation
  7. 2020-11-16T11:29:35.4920446Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/package/npm
  8. 2020-11-16T11:29:35.4921280Z ==============================================================================
  9. 2020-11-16T11:29:36.8530216Z SYSTEMVSSCONNECTION exists true
  10. 2020-11-16T11:29:37.0086955Z SYSTEMVSSCONNECTION exists true
  11. 2020-11-16T11:29:37.7078152Z [command]C:\windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\12.17.0\x64\npm.cmd --version"
  12. 2020-11-16T11:29:39.2930858Z 6.14.4
  13. 2020-11-16T11:29:41.5170835Z [command]C:\windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\12.17.0\x64\npm.cmd config list"
  14. 2020-11-16T11:29:42.5215571Z ; cli configs
  15. 2020-11-16T11:29:42.5216934Z metrics-registry = "https://registry.npmjs.org/"
  16. 2020-11-16T11:29:42.5217611Z scope = ""
  17. 2020-11-16T11:29:42.5218286Z user-agent = "npm/6.14.4 node/v12.17.0 win32 x64"
  18. 2020-11-16T11:29:42.5218641Z
  19. 2020-11-16T11:29:42.5218929Z ; environment configs
  20. 2020-11-16T11:29:42.5219241Z cache = "C:\\npm\\cache"
  21. 2020-11-16T11:29:42.5219565Z prefix = "C:\\npm\\prefix"
  22. 2020-11-16T11:29:42.5219946Z userconfig = "D:\\a\\1\\npm\\3116.npmrc"
  23. 2020-11-16T11:29:42.5220501Z
  24. 2020-11-16T11:29:42.5220921Z ; node bin location = C:\hostedtoolcache\windows\node\12.17.0\x64\node.exe
  25. 2020-11-16T11:29:42.5221294Z ; cwd = D:\a\1\s\Extranet
  26. 2020-11-16T11:29:42.5221508Z ; HOME = C:\Users\VssAdministrator
  27. 2020-11-16T11:29:42.5221773Z ; "npm config ls -l" to show all defaults.
  28. 2020-11-16T11:29:42.5221929Z
  29. 2020-11-16T11:29:42.5227936Z [command]C:\windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\12.17.0\x64\npm.cmd install --save-dev --unsafe-perm"
  30. 2020-11-16T11:29:58.2828497Z internal/modules/cjs/loader.js:969
  31. 2020-11-16T11:29:58.2829624Z throw err;
  32. 2020-11-16T11:29:58.2829872Z
  33. 2020-11-16T11:29:58.2830194Z ^
  34. 2020-11-16T11:29:58.2830391Z
  35. 2020-11-16T11:29:58.2830669Z Error: Cannot find module './version'
  36. 2020-11-16T11:29:58.2831047Z Require stack:
  37. 2020-11-16T11:29:58.2831420Z - D:\a\1\s\Extranet\node_modules\tough-cookie\lib\cookie.js
  38. 2020-11-16T11:29:58.2831911Z - D:\a\1\s\Extranet\node_modules\request\lib\cookies.js
  39. 2020-11-16T11:29:58.2832352Z - D:\a\1\s\Extranet\node_modules\request\index.js
  40. 2020-11-16T11:29:58.2832870Z - D:\a\1\s\Extranet\node_modules\gulp-sass\node_modules\node-sass\scripts\install.js
  41. 2020-11-16T11:29:58.2833497Z at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
  42. 2020-11-16T11:29:58.2834061Z at Function.Module._load (internal/modules/cjs/loader.js:842:27)
  43. 2020-11-16T11:29:58.2834620Z at Module.require (internal/modules/cjs/loader.js:1026:19)
  44. 2020-11-16T11:29:58.2835145Z at require (internal/modules/cjs/helpers.js:72:18)
  45. 2020-11-16T11:29:58.2836092Z at Object.<anonymous> (D:\a\1\s\Extranet\node_modules\tough-cookie\lib\cookie.js:39:15)
  46. 2020-11-16T11:29:58.2836769Z at Module._compile (internal/modules/cjs/loader.js:1138:30)
  47. 2020-11-16T11:29:58.2838025Z at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
  48. 2020-11-16T11:29:58.2838625Z at Module.load (internal/modules/cjs/loader.js:986:32)
  49. 2020-11-16T11:29:58.2839692Z at Function.Module._load (internal/modules/cjs/loader.js:879:14)
  50. 2020-11-16T11:29:58.2840249Z at Module.require (internal/modules/cjs/loader.js:1026:19) {
  51. 2020-11-16T11:29:58.2840709Z code: 'MODULE_NOT_FOUND',
  52. 2020-11-16T11:29:58.2841010Z requireStack: [
  53. 2020-11-16T11:29:58.2841423Z 'D:\\a\\1\\s\\Extranet\\node_modules\\tough-cookie\\lib\\cookie.js',
  54. 2020-11-16T11:29:58.2845085Z 'D:\\a\\1\\s\\Extranet\\node_modules\\request\\lib\\cookies.js',
  55. 2020-11-16T11:29:58.2845586Z 'D:\\a\\1\\s\\Extranet\\node_modules\\request\\index.js',
  56. 2020-11-16T11:29:58.2846212Z 'D:\\a\\1\\s\\Extranet\\node_modules\\gulp-sass\\node_modules\\node-sass\\scripts\\install.js'
  57. 2020-11-16T11:29:58.2846695Z ]
  58. 2020-11-16T11:29:58.2846882Z }
  59. 2020-11-16T11:29:58.2847345Z npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
  60. 2020-11-16T11:29:58.2848386Z npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  61. 2020-11-16T11:29:58.2849518Z
  62. 2020-11-16T11:29:58.2849937Z npm ERR! code ELIFECYCLE
  63. 2020-11-16T11:29:58.2850212Z npm ERR! errno 1
  64. 2020-11-16T11:29:58.2850636Z npm ERR! [email protected] install: `node scripts/install.js`
  65. 2020-11-16T11:29:58.2851044Z npm ERR! Exit status 1
  66. 2020-11-16T11:29:58.2851316Z npm ERR!
  67. 2020-11-16T11:29:58.2851773Z npm ERR! Failed at the [email protected] install script.
  68. 2020-11-16T11:29:58.2852414Z npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  69. 2020-11-16T11:29:58.2852903Z
  70. 2020-11-16T11:29:58.2853258Z npm ERR! A complete log of this run can be found in:
  71. 2020-11-16T11:29:58.2853815Z npm ERR! C:\npm\cache\_logs\2020-11-16T11_29_58_219Z-debug.log
  72. 2020-11-16T11:29:58.2854424Z > [email protected] install D:\a\1\s\Extranet\node_modules\gulp-sass\node_modules\node-sass
  73. 2020-11-16T11:29:58.2854905Z > node scripts/install.js
  74. 2020-11-16T11:29:58.2855116Z
  75. 2020-11-16T11:29:58.3576863Z Found npm debug log, make sure the path matches with the one in npm's output: C:\npm\cache\_logs\2020-11-16T11_29_58_219Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement