Meteor Installation - Failed to write launcher script

I am a front-end developer trying to cross the world of web application development. I have come a long way in learning Javascript, and now I am looking for a toy with frames.

I still have a little bit to learn about using the OSX terminal, but I was hoping someone could help me in this first spot that I have ....

I am trying to set a meteorite using:

$ curl https://install.meteor.com | / Ben / w

Then I get the following:

Meteor 0.6.4 is installed in your home directory (~ / .meteor).
Writing a launcher script in / usr / local / bin / meteor for your convenience.
This may indicate your password.
cp: / usr / local / bin / meteor: No such file or directory


Failed to write launcher script. Please either:


(1) Run the following as root:
cp ~ / .meteor / tools / latest / launch-meteor / usr / bin / meteor
(2) Add ~ / .meteor to your path, or
(3) Repeat this command to try again.


Then, to get started, take a look at the --help meteorite or look at the docs on
docs.meteor.com.

+4
source share
3 answers

If this is still useful for everyone by going to / usr / local / bin, running "sudo rm meteor", then starting the installation will make it work for me

+5
source

Yes, try one of three suggestions or:

sudo curl https://install.meteor.com | / Ben / w

0
source

I had the same problem as I fixed it!

  • Delete all meteor folders In finder (cmd + shft + g), enter "~ / .meteor" at the top of the search box, where there is a folder. Erase and drag the folder to the trash
  • In the finder (cmd + shft + g), enter "/ usr / bin / meteor", then drag the meteor folder to the trash 3.In/usr/ create a new folder "local" (password is required) and inside the "local" create the folder "bin "
  • Go back to the terminal run curl https://install.meteor.com | / bin / sh
0
source

Source: https://habr.com/ru/post/1486706/


All Articles