Advertisement
Guest User

cmd error

a guest
Mar 25th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. C:\Users\JO\Deve\GSoc\joplin>npm install
  2.  
  3. > husky@3.1.0 install C:\Users\JO\Deve\GSoc\joplin\node_modules\husky
  4. > node husky install
  5.  
  6. husky > Setting up git hooks
  7. husky > Done
  8.  
  9. > husky@3.1.0 postinstall C:\Users\JO\Deve\GSoc\joplin\node_modules\husky
  10. > opencollective-postinstall || exit 0
  11.  
  12. Thank you for using husky!
  13. If you rely on this package, please consider supporting our open collective:
  14. > https://opencollective.com/husky/donate
  15.  
  16.  
  17. > root@ postinstall C:\Users\JO\Deve\GSoc\joplin
  18. > npm run bootstrap --no-ci && npm run build
  19.  
  20.  
  21. > root@ bootstrap C:\Users\JO\Deve\GSoc\joplin
  22. > lerna bootstrap --no-ci
  23.  
  24. lerna notice cli v3.22.1
  25. lerna info versioning independent
  26. lerna info Bootstrapping 15 packages
  27. lerna info Installing external dependencies
  28. lerna ERR! npm install exited 1 in '@joplin/server'
  29. lerna ERR! npm install stdout:
  30.  
  31. > sqlite3@4.1.0 install C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3
  32. > node-pre-gyp install --fallback-to-build
  33.  
  34. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  35. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Platform.targets(67,5): error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, please install v140 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3\build\deps\action_before_build.vcxproj]
  36. Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3\lib\binding\node-v83-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3\lib\binding\node-v83-win32-x64 --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
  37.  
  38. lerna ERR! npm install stderr:
  39. node-pre-gyp WARN Using request for node-pre-gyp https download
  40. node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v83-win32-x64.tar.gz
  41. node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.1.0 and node@14.16.0 (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
  42. gyp ERR! build error
  43. gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
  44. gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
  45. gyp ERR! stack at ChildProcess.emit (events.js:315:20)
  46. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
  47. gyp ERR! System Windows_NT 10.0.19042
  48. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\JO\\Deve\\GSoc\\joplin\\packages\\server\\node_modules\\sqlite3\\lib\\binding\\node-v83-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\JO\\Deve\\GSoc\\joplin\\packages\\server\\node_modules\\sqlite3\\lib\\binding\\node-v83-win32-x64" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83"
  49. gyp ERR! cwd C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3
  50. gyp ERR! node -v v14.16.0
  51. gyp ERR! node-gyp -v v5.1.0
  52. gyp ERR! not ok
  53. node-pre-gyp ERR! build error
  54. node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3\lib\binding\node-v83-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3\lib\binding\node-v83-win32-x64 --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1)
  55. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
  56. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:315:20)
  57. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1048:16)
  58. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
  59. node-pre-gyp ERR! System Windows_NT 10.0.19042
  60. node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\JO\\Deve\\GSoc\\joplin\\packages\\server\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
  61. node-pre-gyp ERR! cwd C:\Users\JO\Deve\GSoc\joplin\packages\server\node_modules\sqlite3
  62. node-pre-gyp ERR! node -v v14.16.0
  63. node-pre-gyp ERR! node-pre-gyp -v v0.11.0
  64. node-pre-gyp ERR! not ok
  65. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.2.1 (node_modules\fsevents):
  66. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.2.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  67. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\chokidar\node_modules\fsevents):
  68. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  69.  
  70. npm ERR! code ELIFECYCLE
  71. npm ERR! errno 1
  72. npm ERR! sqlite3@4.1.0 install: `node-pre-gyp install --fallback-to-build`
  73. npm ERR! Exit status 1
  74. npm ERR!
  75. npm ERR! Failed at the sqlite3@4.1.0 install script.
  76. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  77.  
  78. npm ERR! A complete log of this run can be found in:
  79. npm ERR! C:\Users\JO\AppData\Roaming\npm-cache\_logs\2021-03-25T17_32_42_893Z-debug.log
  80.  
  81. lerna ERR! npm install exited 1 in '@joplin/server'
  82. lerna WARN complete Waiting for 3 child processes to exit. CTRL-C to exit immediately.
  83. npm ERR! code ELIFECYCLE
  84. npm ERR! errno 1
  85. npm ERR! root@ bootstrap: `lerna bootstrap --no-ci`
  86. npm ERR! Exit status 1
  87. npm ERR!
  88. npm ERR! Failed at the root@ bootstrap script.
  89. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  90.  
  91. npm ERR! A complete log of this run can be found in:
  92. npm ERR! C:\Users\JO\AppData\Roaming\npm-cache\_logs\2021-03-25T17_32_46_537Z-debug.log
  93. npm ERR! code ELIFECYCLE
  94. npm ERR! errno 1
  95. npm ERR! root@ postinstall: `npm run bootstrap --no-ci && npm run build`
  96. npm ERR! Exit status 1
  97. npm ERR!
  98. npm ERR! Failed at the root@ postinstall script.
  99. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  100.  
  101. npm ERR! A complete log of this run can be found in:
  102. npm ERR! C:\Users\JO\AppData\Roaming\npm-cache\_logs\2021-03-25T17_32_47_524Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement