1

I installed nodejs and it is working. I then downloaded node-sqlite3 from https://github.com/developmentseed/node-sqlite3. When I try to configure it I get a message stating that the node path was not found.

Checking for node path : not found

at the end it states that configure finished successfully. I rebooted the machine but this did not solve the problem, and I can't find a solution by online.

How can I solve this problem?

Thanks Steven

Steven
  • 11
  • 2

1 Answers1

0

check your local path environment variable. Is the path to your node binary on the path? You probably just need to add it to the path.

jcolebrand
  • 15,889
  • 12
  • 75
  • 121