Advertisement
Guest User

Rhasspy venv install yarn error

a guest
May 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Installing Yarn!
  2. > Downloading tarball...
  3.  
  4. [1/2]: https://yarnpkg.com/latest.tar.gz --> /tmp/yarn.tar.gz.AbW5E9zftl
  5. % Total % Received % Xferd Average Speed Time Time Time Current
  6. Dload Upload Total Spent Left Speed
  7. 100 93 100 93 0 0 438 0 --:--:-- --:--:-- --:--:-- 438
  8. 100 609 0 609 0 0 743 0 --:--:-- --:--:-- --:--:-- 594k
  9. 100 1145k 100 1145k 0 0 527k 0 0:00:02 0:00:02 --:--:-- 3189k
  10.  
  11. [2/2]: https://yarnpkg.com/latest.tar.gz.asc --> /tmp/yarn.tar.gz.AbW5E9zftl.asc
  12. 100 97 100 97 0 0 1674 0 --:--:-- --:--:-- --:--:-- 1674
  13. 100 613 0 613 0 0 2330 0 --:--:-- --:--:-- --:--:-- 2330
  14. 100 832 100 832 0 0 2020 0 --:--:-- --:--:-- --:--:-- 2020
  15. > Verifying integrity...
  16. gpg: key 1646B01B86E50310: public key "Yarn Packaging <yarn@dan.cx>" imported
  17. gpg: Total number processed: 1
  18. gpg: imported: 1
  19. gpg: Signature made Mon 29 Apr 2019 08:16:55 PM CEST
  20. gpg: using RSA key 6D98490C6F1ACDDD448E45954F77679369475BAA
  21. gpg: Good signature from "Yarn Packaging <yarn@dan.cx>" [unknown]
  22. gpg: WARNING: This key is not certified with a trusted signature!
  23. gpg: There is no indication that the signature belongs to the owner.
  24. Primary key fingerprint: 72EC F46A 56B4 AD39 C907 BBB7 1646 B01B 86E5 0310
  25. Subkey fingerprint: 6D98 490C 6F1A CDDD 448E 4595 4F77 6793 6947 5BAA
  26. > GPG signature looks good
  27. > Extracting to ~/.yarn...
  28. > Adding to $PATH...
  29. > We've added the following to your /root/.bashrc
  30. > If this isn't the profile of your current shell then please add the following to your correct profile:
  31.  
  32. export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
  33.  
  34. /root/.yarn/lib/cli.js:45703
  35. let {
  36. ^
  37.  
  38. SyntaxError: Unexpected token {
  39. at exports.runInThisContext (vm.js:53:16)
  40. at Module._compile (module.js:373:25)
  41. at Object.Module._extensions..js (module.js:416:10)
  42. at Module.load (module.js:343:32)
  43. at Function.Module._load (module.js:300:12)
  44. at Module.require (module.js:353:17)
  45. at require (internal/module.js:12:17)
  46. at Object.<anonymous> (/root/.yarn/bin/yarn.js:24:13)
  47. at Module._compile (module.js:409:26)
  48. at Object.Module._extensions..js (module.js:416:10)
  49. > Yarn was installed, but doesn't seem to be working :(.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement