Hey, I have been wanting to use n8n and since i was trying to automate a lot of thigns regarding exel i thoght it would be best to use Winodws for hosting n8n. But whenever I try to run n8n the follwoing happens:
C:\Users\Henri>n8n
Initializing n8n process
There was an error initializing DB
SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
this is what i get when trying to start n8n.
Also i get this error when using npm -v
C:\Users\Henri>npm -v
‘CALL “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-prefix.js”’ is not recognized as an internal or external command,
operable program or batch file.
10.8.2
I tried various diffrent versions of Node, i also tried reinstalling Node and npm and n8n several times, dont really know what to do.
