jeep
10/22/2022, 1:16 PMcameron
10/22/2022, 1:28 PMjeep
10/22/2022, 1:39 PM$ node bootstrap/scripts/buildAll.js
building all...
$ npx lerna run build --scope @dendronhq/common-all
00h00m00s 0/0: : /home/jeep/dev/dendron/node_modules/execa/index.js:212
throw error;
^
Error: Command failed with exit code 1: npx lerna run build --scope @dendronhq/common-all
lerna notice cli v3.22.1
cameron
10/22/2022, 1:56 PMwhich node
which npx
which yarn
which lerna
Given what we tried before, I suppose we could try removing npx from every line in the buildAll script. If we have lerna installed locally already maybe the npx prefix might not be necessary.
(Disclaimer: I am not on the dendron development team just a fellow community member, so someone may have a better response for you when the workweek resumes next week)jeep
10/22/2022, 1:58 PM/usr/bin/node
/usr/bin/npx
/usr/local/bin/yarn
/usr/local/bin/lerna
jeep
10/22/2022, 1:59 PM/home/jeep/dev/dendron/packages/unified/package.json
$ node bootstrap/scripts/buildAll.js
building all...
$ lerna run build --scope @dendronhq/common-all
00h00m00s 0/0: : /home/jeep/dev/dendron/node_modules/execa/index.js:212
throw error;
^
Error: Command failed with exit code 1: lerna run build --scope @dendronhq/common-all
lerna notice cli v3.22.1
cameron
10/22/2022, 2:03 PMjeep
10/22/2022, 2:19 PMnpm install -g yarn -force
and I appear to be past the errors. Currently building plugin-views... thanks for the help!cameron
10/22/2022, 2:28 PM