ridaamirini / ImapSyncClient

ImapSync Desktop Client

Home Page:https://github.com/ridaamirini/ImapSyncClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires Node.js?

gitChriss opened this issue · comments

After starting the migration I get the following Error:

Failed to migrate (account1 => account2) [Failed]
Error: Node.js was not found in the default path. Please specify the location.

Now what? Were do I specify the path? Do I just need to install Node.js on my system? (Using MacOS 10.13.6)

Yes you need to install Node.js.

The path will be found automatically.

Unfortunately I already tried that. Installed node.js and even rebooted the system. Same error. :-/

Could you please try to execute which node or which nodejs in your Terminal.

It should output /usr/local/bin/node

Yep:

Chriss-iMac:~ chriss$ which node
/usr/local/bin/node

Chriss-iMac:~ chriss$ which nodejs
(No output)

Ok i will investigate this issue.

Maybe you have suggestion how we could workaround this issue.