We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
safe_browser-dev
The text was updated successfully, but these errors were encountered:
What does your package.json file look like? Does it contain this line?
package.json
"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.
Sorry, something went wrong.
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.
git checkout dev
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
No branches or pull requests
Operation System: Linux Ubuntu 15.4
Beaker Version:
Compiling SAFE Browser
user@userVirtualBox:~/safe_browser$ npm run pack-authenticatornpm ERR! Linux 4.4.0-75-genericnpm 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.0npm ERR! npm v3.10.3npm ERR! missing script: pack-authenticatorHave done a search for pack-authenticator in the
safe_browser-devfolder and can't find itThe text was updated successfully, but these errors were encountered: