Failure to compile

Hello, I'm trying to install Joplin as per joplin/BUILD.md at dev · laurent22/joplin · GitHub

and this is what happens:

$ yarn install
./joplin/.yarn/releases/yarn-3.1.1.cjs:149
See: https://chevrotain.io/docs/changes/BREAKING_CHANGES.html#_7-0-0`)}return t}();He.Parser=vwe});var yY=E((Trt,EY)=>{var qI=mY(),ca=qI.createToken,IY=qI.tokenMatcher,yS=qI.Lexer,Swe=qI.EmbeddedActionsParser;EY.exports=t=>{let e=ca({name:"LogicalOperator",pattern:yS.NA}),r=ca({name:"Or",pattern:/\|/,categories:e}),i=ca({name:"Xor",pattern:/\^/,categories:e}),n=ca({name:"And",pattern:/&/,categories:e}),s=ca({name:"Not",pattern:/!/}),o=ca({name:"LParen",pattern:/\(/}),a=ca({name:"RParen",pattern:/\)/}),l=ca({name:"Query",pattern:t}),u=[ca({name:"WhiteSpace",pattern:/\s+/,group:yS.SKIPPED}),r,i,n,o,a,s,e,l],g=new yS(u);class f extends Swe{constructor(p){super(u);this.RULE("expression",()=>this.SUBRULE(this.logicalExpression)),this.RULE("logicalExpression",()=>{let m=this.SUBRULE(this.atomicExpression);return this.MANY(()=>{let I=m,B=this.CONSUME(e),b=this.SUBRULE2(this.atomicExpression);IY(B,r)?m=R=>I(R)||b(R):IY(B,i)?m=R=>!!(I(R)^b(R))

SyntaxError: Unexpected token {
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:616:28)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:188:16)
    at bootstrap_node.js:609:3

is there anything I do wrong? How do I fix this? Thank you for your answers in advance

yarn installed as per ubuntu - Yarn install command error No such file or directory: 'install' - Stack Overflow
OS: Raspbian GNU/Linux 9.13 (stretch)
Joplin: c2a6a13eb - (4 months ago) Desktop release v2.8.8 - Laurent Cozic (HEAD, tag: v2.8.8)

Maybe try out this linked guide, Joplin isn't officially supported on arm.

Hello, thank you that helped, now I have joplin-cli, can I just make a joplin-clipper to continuously run (and sync to webdav)?

actually it seemed to work but even joplin --help fails to begin with...

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.