You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Followed the instructions on the readme and got an error when I tried to start the API server. Error creating typeorm['DataSource']: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save. While creating object from pointer: /dbConnection. While creating object from pointer: /keyManager. While creating object from pointer: /agent. While creating object from pointer: /server ELIFECYCLE Command failed with exit code 1.
To Reproduce
Steps to reproduce the behavior:
Prerequisites of PNPM 8.6.0 and Node 18.X
Started with clean git repo
Ran commands
`# Install dependencies
pnpm install
Copy the .env.example file to .env for the demo explorer
pnpm vckit config`
4. and then ran "pnpm vckit server"
5. and got the error above.
6. There were warnings about dependencies in the build stack-trace, but there weren't any errors.
7. Error was Sqllite not found - I tried to manually installed, but that didn't work.
Screenshots
Desktop (please complete the following information):
OS: OSx
Browser: N/A
Version 13.4.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This issue had to do with running this on a Mac chipset and sqlite 5.0.8 doesn't have ARM compiled (and setting up compiling of 5.0.8 got hard). Updated packages/cli to use sqlite 5.1.1 helped.
Describe the bug
Followed the instructions on the readme and got an error when I tried to start the API server.
Error creating typeorm['DataSource']: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save. While creating object from pointer: /dbConnection. While creating object from pointer: /keyManager. While creating object from pointer: /agent. While creating object from pointer: /server ELIFECYCLE Command failed with exit code 1.
To Reproduce
Steps to reproduce the behavior:
`# Install dependencies
pnpm install
Copy the .env.example file to .env for the demo explorer
cp packages/demo-explorer/.env.example packages/demo-explorer/.env
Build
pnpm build
Initialize the agent configuration
pnpm vckit config`
4. and then ran "pnpm vckit server"
5. and got the error above.
6. There were warnings about dependencies in the build stack-trace, but there weren't any errors.
7. Error was Sqllite not found - I tried to manually installed, but that didn't work.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: