How can I test the latest version now
Without any hints, what the problem is, nobody can help you. Do you have any logs/errors? The latest version is on the website strut.io. Did you mean the latest code/the master-dev branch? Regarding version/branch point, see here: https://github.com/tantaman/strut/issues/423#issuecomment-1637167535
I'm doing with the main branch.
After cloning https://github.com/vlcn-io/cr-sqlite and run pnpm build inside cr-sqlite folder, it just has this error:
ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND No package.json (or package.yaml, or package.json5) was found in "/home/runner/Strut/cr-sqlite".
@nguyengiabach1201 same for me. fought it for hour and never got anywhere.
following...
MY BAD, this was not the exact error I experienced. Was on my phone, now on desktop and see better :) When I get time, will try build again later. But mine was something like:
.../node_modules/@vlcn.io/crsqlite install: Node.js v22.9.0 .../node_modules/@vlcn.io/crsqlite install: Failed ELIFECYCLE Command failed with exit code 1.
I then went to node 18, similar results.
Did you changed into the folder and performed git pull?