Guest User

Untitled

a guest
Feb 2nd, 2020
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.46 KB | None | 0 0
  1.  
  2. guest@Dev-Machine:~/Documents/git/joplin/Tools$ cd ..
  3. guest@Dev-Machine:~/Documents/git/joplin$ npm run copyLib
  4.  
  5. > [email protected] copyLib /home/guest/Documents/git/joplin
  6. > rsync --delete -a ReactNativeClient/lib/ ElectronClient/app/lib/
  7.  
  8. guest@Dev-Machine:~/Documents/git/joplin$ npm run tsc
  9.  
  10. > [email protected] tsc /home/guest/Documents/git/joplin
  11. > tsc
  12.  
  13.  
  14. TSFILE: /home/guest/Documents/git/joplin/ReactNativeClient/PluginAssetsLoader.js
  15. TSFILE: /home/guest/Documents/git/joplin/ReactNativeClient/PluginAssetsLoader.js.map
  16. TSFILE: /home/guest/Documents/git/joplin/ReactNativeClient/lib/JoplinServerApi.js
  17. TSFILE: /home/guest/Documents/git/joplin/ReactNativeClient/lib/JoplinServerApi.js.map
  18. TSFILE: /home/guest/Documents/git/joplin/ElectronClient/app/lib/JoplinServerApi.js
  19. TSFILE: /home/guest/Documents/git/joplin/ElectronClient/app/lib/JoplinServerApi.js.map
  20. TSFILE: /home/guest/Documents/git/joplin/ElectronClient/app/gui/ShareNoteDialog.js
  21. TSFILE: /home/guest/Documents/git/joplin/ElectronClient/app/gui/ShareNoteDialog.js.map
  22. guest@Dev-Machine:~/Documents/git/joplin$
  23. guest@Dev-Machine:~/Documents/git/joplin$ ^C
  24. guest@Dev-Machine:~/Documents/git/joplin$ cd ElectronClient/app
  25. guest@Dev-Machine:~/Documents/git/joplin/ElectronClient/app$ npm install
  26.  
  27. > [email protected] install /home/guest/Documents/git/joplin/ElectronClient/app/node_modules/sqlite3
  28. > node-pre-gyp install --fallback-to-build
  29.  
  30. node-pre-gyp WARN Using request for node-pre-gyp https download
  31. [sqlite3] Success: "/home/guest/Documents/git/joplin/ElectronClient/app/node_modules/sqlite3/lib/binding/node-v79-linux-x64/node_sqlite3.node" is installed via remote
  32.  
  33. > [email protected] postinstall /home/guest/Documents/git/joplin/ElectronClient/app/node_modules/ejs
  34. > node ./postinstall.js
  35.  
  36. Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
  37.  
  38.  
  39. > [email protected] postinstall /home/guest/Documents/git/joplin/ElectronClient/app/node_modules/global-agent/node_modules/core-js
  40. > node -e "try{require('./postinstall')}catch(e){}"
  41.  
  42. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  43.  
  44. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  45. > https://opencollective.com/core-js
  46. > https://www.patreon.com/zloirock
  47.  
  48. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  49.  
  50.  
  51. > [email protected] postinstall /home/guest/Documents/git/joplin/ElectronClient/app/node_modules/electron
  52. > node install.js
  53.  
  54.  
  55. > [email protected] postinstall /home/guest/Documents/git/joplin/ElectronClient/app
  56. > node compile.js && node compile-package-info.js && node electronRebuild.js
  57.  
  58. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ClipperConfigScreen.jsx...
  59. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ConfigMenuBar.jsx...
  60. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ConfigScreen.jsx...
  61. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/DialogButtonRow.jsx...
  62. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/DropboxLoginScreen.jsx...
  63. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/EncryptionConfigScreen.jsx...
  64. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ExtensionBadge.jsx...
  65. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/Header.jsx...
  66. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/HelpButton.jsx...
  67. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/IconButton.jsx...
  68. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ImportScreen.jsx...
  69. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ItemList.jsx...
  70. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/MainScreen.jsx...
  71. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/Navigator.jsx...
  72. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NoteList.jsx...
  73. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NotePropertiesDialog.jsx...
  74. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NoteRevisionViewer.jsx...
  75. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NoteSearchBar.jsx...
  76. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NoteStatusBar.jsx...
  77. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NoteText.jsx...
  78. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/NoteTextViewer.jsx...
  79. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/OneDriveLoginScreen.jsx...
  80. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/PromptDialog.jsx...
  81. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/Root.jsx...
  82. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/SideBar.jsx...
  83. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/StatusScreen.jsx...
  84. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/TagItem.jsx...
  85. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/TagList.jsx...
  86. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/Toolbar.jsx...
  87. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ToolbarButton.jsx...
  88. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/ToolbarSpace.jsx...
  89. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/gui/VerticalResizer.jsx...
  90. Compiling /home/guest/Documents/git/joplin/ElectronClient/app/plugins/GotoAnything.jsx...
  91. Running: "/home/guest/Documents/git/joplin/ElectronClient/app/node_modules/.bin/electron-rebuild"
  92.  
  93. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/7zip-bin-win):
  94. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})
  95. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/7zip-bin-mac):
  96. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  97. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
  98. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  99. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/babel-cli/node_modules/fsevents):
  100. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  101.  
  102. added 806 packages from 669 contributors and audited 2465 packages in 116.178s
  103.  
  104. 3 packages are looking for funding
  105. run `npm fund` for details
  106.  
  107. found 2 low severity vulnerabilities
  108. run `npm audit fix` to fix them, or `npm audit` for details
  109. guest@Dev-Machine:~/Documents/git/joplin/ElectronClient/app$ yarn dist
  110. yarn run v1.21.1
  111. $ node_modules/.bin/electron-builder
  112. • electron-builder version=21.2.0 os=5.3.0-28-generic
  113. • loaded configuration file=package.json ("build" field)
  114. • electron-rebuild not required if you use electron-builder, please consider to remove excess dependency from devDependencies
  115.  
  116. To ensure your native dependencies are always matched electron version, simply add script `"postinstall": "electron-builder install-app-deps" to your `package.json`
  117. • writing effective config file=dist/builder-effective-config.yaml
  118. • skipped dependencies rebuild reason=npmRebuild is set to false
  119. • packaging platform=linux arch=x64 electron=7.1.9 appOutDir=dist/linux-unpacked
  120. • downloading url=https://github.com/electron/electron/releases/download/v7.1.9/electron-v7.1.9-linux-x64.zip size=69 MB parts=6
  121. • downloaded url=https://github.com/electron/electron/releases/download/v7.1.9/electron-v7.1.9-linux-x64.zip duration=3.819s
  122. • asar using is disabled — it is strongly not recommended solution=enable asar and use asarUnpack to unpack files that must be externally available
  123. • building target=AppImage arch=x64 file=dist/Joplin-1.0.179.AppImage
  124. • downloading url=https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z size=1.6 MB parts=1
  125. • downloaded url=https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z duration=1.913s
  126. Done in 20.14s.
Advertisement
Add Comment
Please, Sign In to add comment