Reply to [Solved] can't start pimatic, error during first start (sqlite3...
Copy config.json… i ran this line cd pimatic-app cp ./node_modules/pimatic/config_default.json ./config.json I’m not following you on port setup… How can I check that ? This is my log files...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi Did you copy config.json to pimatic root folder? what port did you setup in your config.json? What do you see in the logs?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
I re-install RASPBIAN and did an update and upgrade. It seems to be working now and my last line I ran $ sudo pi service pimatic start reply: Started My question is I have no clue if it is working or...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi you didn’t provide the output of which npm can you please provide this?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
I ran this line below and sown it install sudo apt-get install nodejs npm then ran npm install pimatic --prefix pimatic-app --production still got an error message -> bash: npm: command not found
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi said: npm looks like npm isn’t installed, What’s the output of which npm
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@sebastienvg Is there another way to go about? Thanks!
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
got that to work but still can’t run from this step on cd /home/pi mkdir pimatic-app error message -> mkdir: cannot create directory ‘pimatic-app’: File exists npm install pimatic --prefix...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi add sudo on front (professional deformation I always connect as root)
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@sebastienvg said: "sudo apt-get install build-essential I ran the above again and got a confirmation “done” Then I ran apt-get install gcc or apt-get install g++ and to the error below E: Could not...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi I think apt-get install gcc or apt-get install g++ will do the trick. Are you sure you’ve run sudo apt-get install build-essential earlier?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
I’m running RASPBIAN Linux Raspberrypi 3.12.28+ I’m running VNC viewer to program the RPi so I’m unable to copy and paste. Let me see if I can take a snapshot. Question: where can i get a gcc compiler...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi what flavour of linux are you running on your PI?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi well I am surprised, I was expecting the path of the npm binary. Can you paste the error you are getting now?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@sebastienvg npm v0.10.24-linux-arm I ran this command “/usr/bin/env node --version” but i get an error message. I did see the Node.js installation run and I do see the files in /home/pi
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi what do you get when you do which npm
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi said: npm install pimatic --prefix pimatic-app --production what happens when you do npm install pimatic --prefix pimatic-app --production any error(s)?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Jey-Kasi what error do you get? Do you have node and npm installed?
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
Hi, I can’t seem to run this script after “cd /home/pi” to install pimatic on Raspberry Pi. Please help. cd /home/pi mkdir pimatic-app npm install pimatic --prefix pimatic-app --production to install...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
Consider to add more swap space to your pi. The pi will be very slow, if swapping, but keeps running instead of going oom.
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
I have changed my initial posting, sorry. Memory could be really the issue: Tasks: 136 total, 4 running, 132 sleeping, 0 stopped, 0 zombie %Cpu(s): 73,2 us, 26,5 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,3...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
Yes, code tags please. Try to install it manually: cd pimatic-app/node_modules sudo rm sqlite3 sudo npm install sqlite3 If install still fails, then try with sudo npm install sqlite3@2.2.7
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
@Tomasz hi, could you insert ``` before and after the log in your message, like this it will appear as a code thing and will be easier to read, thx By the way, i have no clue why installation fail for...
View ArticleReply to [Solved] can't start pimatic, error during first start (sqlite3...
Hello, on my RPiB+ I have installed pimatic without problems, however on my RPiA+ I get errors during installation: coffee-cache: compiling coffee-script file "lib/daemon.coffee"...Done 23:19:48.112...
View Article