Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to create symbolic link #10

Open
FernanOrtega opened this issue Oct 25, 2017 · 1 comment
Open

Failed to create symbolic link #10

FernanOrtega opened this issue Oct 25, 2017 · 1 comment

Comments

@FernanOrtega
Copy link

Hi there,

First of all, congrats for your script, it is very useful ;)

I found a problem regarding /usr/local/bin folder since your script throw the following error:

ln: failed to create symbolic link '/usr/local/bin/node': No such file or directory
ln: failed to create symbolic link '/usr/local/bin/npm': No such file or directory

I have a Raspberry B v1 (ARMv6l) and I checked that folder /usr/local/bin didn't exist.

Am I going to suffer any problems regarding this issue?

@sdesalas
Copy link
Owner

Hi Fernan, I think that'll be ok. It just failed to create these links, probably because the Raspberry B v1 uses a different folder for its binaries.

The script here is tailored for the Pi Zero but since you're on ARM v6 it should still work.

Let us know if you have any problems though, so other people can avoid running it on the older Pis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants