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

Missing pack-authenticator #26

Closed
JPL1 opened this issue May 4, 2017 · 2 comments
Closed

Missing pack-authenticator #26

JPL1 opened this issue May 4, 2017 · 2 comments

Comments

@JPL1
Copy link

JPL1 commented May 4, 2017

Operation System: Linux Ubuntu 15.4
Beaker Version:

Compiling SAFE Browser

user@userVirtualBox:~/safe_browser$ npm run pack-authenticator
npm ERR! Linux 4.4.0-75-generic
npm ERR! argv "/home/user/.nvm/versions/node/v6.5.0/bin/node" "/home/user/.nvm/versions``/node/v6.5.0/bin/npm" "run" "pack-authenticator"
npm ERR! node v6.5.0
npm ERR! npm v3.10.3
npm ERR! missing script: pack-authenticator

Have done a search for pack-authenticator in the safe_browser-dev folder and can't find it

@frabrunelle
Copy link

frabrunelle commented May 4, 2017

What does your package.json file look like? Does it contain this line?

"pack-authenticator": "node ./shell_scripts/pack_authenticator.js"

Can you please try to use Git and see if you get the same error? 🙂

git clone https://github.com/maidsafe/safe_browser.git
cd safe_browser && git checkout dev

Make sure also to have Rust 1.16.0.

@JPL1
Copy link
Author

JPL1 commented May 4, 2017

Originally no, package.json did not contain that line.

However, I tried again and it worked. The only difference between the two tries was the git checkout dev command. I didn't use that the first time.

Now it's stuck on updating git repository https://github.com/maidsafe/routing.git ...

Still, progress :)

Edit: I needed to be more patient, compiling again now
Edit2: Success! Thanks

@JPL1 JPL1 closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants