(base) myhost:joplin siddhantsehgal$ npm i > root@ postinstall /Users/siddhantsehgal/Documents/joplin > npm run bootstrap --no-ci && npm run build > root@ bootstrap /Users/siddhantsehgal/Documents/joplin > lerna bootstrap --force-local --no-ci lerna notice cli v3.22.1 lerna info versioning independent lerna info Bootstrapping 15 packages lerna info Installing external dependencies lerna info Symlinking packages and binaries lerna WARN EREPLACE_EXIST @joplin/lib is already installed for @joplin/tools. Replacing with symlink... lerna info lifecycle @joplin/app-clipper@1.0.8~postinstall: @joplin/app-clipper@1.0.8 lerna info lifecycle @joplin/app-desktop@2.1.3~postinstall: @joplin/app-desktop@2.1.3 lerna info lifecycle @joplin/app-mobile@0.8.9~postinstall: @joplin/app-mobile@0.8.9 > @joplin/app-clipper@1.0.8 postinstall /Users/siddhantsehgal/Documents/joplin/packages/app-clipper > cd popup && npm install > joplin-webclipper-popup@0.1.0 postinstall /Users/siddhantsehgal/Documents/joplin/packages/app-clipper/popup > node postinstall.js && npm run build > joplin-webclipper-popup@0.1.0 build /Users/siddhantsehgal/Documents/joplin/packages/app-clipper/popup > node scripts/build.js SKIP_PREFLIGHT_CHECK Creating an optimized production build... Compiled successfully. File sizes after gzip: 47.62 KB build/static/js/2.chunk.js 7.47 KB build/static/js/main.chunk.js 804 B build/static/css/main.chunk.css 775 B build/static/js/runtime-main.js The project was built assuming it is hosted at ./. You can control this with the homepage field in your package.json. The build folder is ready to be deployed. Find out more about deployment here: bit.ly/CRA-deploy npm WARN @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.14.5 requires a peer of @babel/core@^7.13.0 but none is installed. You must install peer dependencies yourself. npm WARN @babel/plugin-proposal-class-static-block@7.14.5 requires a peer of @babel/core@^7.12.0 but none is installed. You must install peer dependencies yourself. npm WARN acorn-jsx@5.3.1 requires a peer of acorn@^6.0.0 || ^7.0.0 || ^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself. npm WARN The package fs-extra is included as both a dev and production dependency. audited 1713 packages in 21.713s 102 packages are looking for funding run `npm fund` for details found 21 vulnerabilities (10 moderate, 11 high) run `npm audit fix` to fix them, or `npm audit` for details > @joplin/app-desktop@2.1.3 postinstall /Users/siddhantsehgal/Documents/joplin/packages/app-desktop > npm run build > @joplin/app-desktop@2.1.3 build /Users/siddhantsehgal/Documents/joplin/packages/app-desktop > gulp build /Users/siddhantsehgal/Documents/joplin [21:34:32] Using gulpfile ~/Documents/joplin/packages/app-desktop/gulpfile.js [21:34:32] Starting 'build'... [21:34:32] Starting 'compileScripts'... [21:34:32] Starting 'compilePackageInfo'... [21:34:32] Starting 'copyPluginAssets'... [21:34:32] Starting 'copyTinyMceLangs'... [21:34:32] Starting 'updateIgnoredTypeScriptBuild'... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/ClipperConfigScreen.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/EncryptionConfigScreen.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/ExtensionBadge.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/HelpButton.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/IconButton.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/ImportScreen.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/ItemList.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/Navigator.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/NotePropertiesDialog.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/NoteRevisionViewer.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/NoteSearchBar.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/NoteStatusBar.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/PromptDialog.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/TagItem.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/ToolbarSpace.jsx... Compiling /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/VerticalResizer.jsx... Copying to /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../gui/note-viewer/pluginAssets Copying /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../../../Assets/TinyMCE/langs => /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../node_modules/tinymce/langs [21:34:47] Finished 'compileScripts' after 15 s [21:34:47] Finished 'compilePackageInfo' after 15 s [21:34:47] Finished 'updateIgnoredTypeScriptBuild' after 15 s Copying to /Users/siddhantsehgal/Documents/joplin/packages/app-desktop/tools/../pluginAssets [21:34:47] Finished 'copyTinyMceLangs' after 15 s [21:34:47] Finished 'copyPluginAssets' after 15 s [21:34:47] Finished 'build' after 15 s > @joplin/app-mobile@0.8.9 postinstall /Users/siddhantsehgal/Documents/joplin/packages/app-mobile > jetify && npm run build Jetifier found 1288 file(s) to forward-jetify. Using 4 workers... > @joplin/app-mobile@0.8.9 build /Users/siddhantsehgal/Documents/joplin/packages/app-mobile > gulp build { AssertionError [ERR_ASSERTION]: Task function must be specified at Gulp.set [as _setTask] (/Users/siddhantsehgal/Documents/joplin/packages/app-mobile/node_modules/undertaker/lib/set-task.js:10:3) at Gulp.task (/Users/siddhantsehgal/Documents/joplin/packages/app-mobile/node_modules/undertaker/lib/task.js:13:8) at Object.utils.registerGulpTasks (/Users/siddhantsehgal/Documents/joplin/packages/tools/gulp/utils.js:154:8) at Object. (/Users/siddhantsehgal/Documents/joplin/packages/app-mobile/gulpfile.js:16:7) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:692:17) generatedMessage: false, name: 'AssertionError [ERR_ASSERTION]', code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @joplin/app-mobile@0.8.9 build: `gulp build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @joplin/app-mobile@0.8.9 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/siddhantsehgal/.npm/_logs/2021-06-21T16_04_54_677Z-debug.log lerna info lifecycle @joplin/app-mobile@0.8.9~postinstall: Failed to exec postinstall script lerna ERR! lifecycle "postinstall" errored in "@joplin/app-mobile", exiting 1 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! root@ bootstrap: `lerna bootstrap --force-local --no-ci` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the root@ bootstrap script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/siddhantsehgal/.npm/_logs/2021-06-21T16_04_54_781Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! root@ postinstall: `npm run bootstrap --no-ci && npm run build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the root@ postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/siddhantsehgal/.npm/_logs/2021-06-21T16_04_54_922Z-debug.log