Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Requires Node.js? #20

Closed
gitChriss opened this issue Sep 11, 2019 · 7 comments
Closed

Requires Node.js? #20

gitChriss opened this issue Sep 11, 2019 · 7 comments
Assignees
Milestone

Comments

@gitChriss
Copy link

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)

@ridaamirini
Copy link
Owner

Yes you need to install Node.js.

The path will be found automatically.

@gitChriss
Copy link
Author

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

@ridaamirini
Copy link
Owner

ridaamirini commented Sep 11, 2019

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

It should output /usr/local/bin/node

@gitChriss
Copy link
Author

Yep:

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

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

@ridaamirini
Copy link
Owner

Ok i will investigate this issue.

@ridaamirini
Copy link
Owner

Its a bug from shelljs/shelljs#704

@ridaamirini
Copy link
Owner

Maybe you have suggestion how we could workaround this issue.

ridaamirini pushed a commit that referenced this issue Jan 25, 2020
@ridaamirini ridaamirini added this to the 1.0.1 milestone Jan 25, 2020
@ridaamirini ridaamirini self-assigned this Jan 25, 2020
ridaamirini added a commit that referenced this issue Jan 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants