I had Joplin installed but the web-clipper wouldn't work, and thought to reinstall Joplin. However, when reinstalling, I'm getting the following errors when running yarn install
. I also read in a StackOverflow answer to run npm install
, followed by yarn install
that would fix it, but it still gives the same errors.
Errors:
vbuntu@vbuntu:~/Desktop/Vatsal/Programming/open-source-contributions/joplin$ node -v
v19.0.0
vbuntu@vbuntu:~/Desktop/Vatsal/Programming/open-source-contributions/joplin$ yarn install
ā¤ YN0000: ā Resolution step
ā¤ YN0000: ā Completed in 1s 303ms
ā¤ YN0000: ā Fetch step
ā¤ YN0000: ā Completed in 3s 821ms
ā¤ YN0000: ā Link step
ā¤ YN0007: ā @joplin/app-clipper@workspace:packages/app-clipper must be built because it never has been before or the last one failed
ā¤ YN0007: ā husky@npm:3.1.0 must be built because it never has been before or the last one failed
ā¤ YN0007: ā keytar@npm:7.9.0 must be built because it never has been before or the last one failed
ā¤ YN0007: ā sharp@npm:0.32.5 must be built because it never has been before or the last one failed
ā¤ YN0007: ā sqlite3@npm:5.1.6 [ea905] must be built because it never has been before or the last one failed
ā¤ YN0007: ā @fortawesome/fontawesome-free@npm:5.15.4 must be built because it never has been before or the last one failed
ā¤ YN0007: ā electron@npm:25.8.1 must be built because it never has been before or the last one failed
ā¤ YN0007: ā @fortawesome/fontawesome-common-types@npm:0.2.36 must be built because it never has been before or the last one failed
ā¤ YN0007: ā @fortawesome/fontawesome-common-types@npm:6.1.2 must be built because it never has been before or the last one failed
^Cā¤ YN0009: ā sqlite3@npm:5.1.6 [ea905] couldn't be built successfully (exit code 129, logs can be found here: /tmp/xfs-a6c3ebe7/build.log)
ā¤ YN0009: ā sqlite3@npm:5.1.6 [ea905] couldn't be built successfully (exit code 129, logs can be found here: /tmp/xfs-30edd3d5/build.log)
ā¤ YN0009: ā sqlite3@npm:5.1.6 [ea905] couldn't be built successfully (exit code 129, logs can be found here: /tmp/xfs-bd44b329/build.log)
ā¤ YN0009: ā sqlite3@npm:5.1.6 [ea905] couldn't be built successfully (exit code 129, logs can be found here: /tmp/xfs-39322b5f/build.log)
ā¤ YN0009: ā sqlite3@npm:5.1.6 [ea905] couldn't be built successfully (exit code 129, logs can be found here: /tmp/xfs-655c061c/build.log)