yarn-error.log 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Arguments:
  2. /home/marijn/prog/node/bin/node /home/marijn/.yarn/bin/yarn.js publish
  3. PATH:
  4. /home/marijn/.yarn/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/marijn/prog/node/bin:/home/marijn/bin:/usr/sbin:/sbin:./node_modules/.bin
  5. Yarn version:
  6. 1.3.2
  7. Node version:
  8. 9.5.0
  9. Platform:
  10. linux x64
  11. npm manifest:
  12. {
  13. "name": "acorn",
  14. "description": "ECMAScript parser",
  15. "homepage": "https://github.com/acornjs/acorn",
  16. "main": "dist/acorn.js",
  17. "module": "dist/acorn.es.js",
  18. "version": "5.5.3",
  19. "engines": {
  20. "node": ">=0.4.0"
  21. },
  22. "maintainers": [
  23. {
  24. "name": "Marijn Haverbeke",
  25. "email": "marijnh@gmail.com",
  26. "web": "http://marijnhaverbeke.nl"
  27. },
  28. {
  29. "name": "Ingvar Stepanyan",
  30. "email": "me@rreverser.com",
  31. "web": "http://rreverser.com/"
  32. }
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/acornjs/acorn.git"
  37. },
  38. "license": "MIT",
  39. "scripts": {
  40. "prepare": "npm test",
  41. "test": "node test/run.js && node test/lint.js",
  42. "pretest": "npm run build:main && npm run build:loose",
  43. "test:test262": "node bin/run_test262.js",
  44. "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
  45. "build:main": "rollup -c rollup/config.main.js",
  46. "build:walk": "rollup -c rollup/config.walk.js",
  47. "build:loose": "rollup -c rollup/config.loose.js && rollup -c rollup/config.loose_es.js",
  48. "build:bin": "rollup -c rollup/config.bin.js",
  49. "lint": "eslint src/"
  50. },
  51. "bin": {
  52. "acorn": "./bin/acorn"
  53. },
  54. "devDependencies": {
  55. "eslint": "^4.10.0",
  56. "eslint-config-standard": "^10.2.1",
  57. "eslint-plugin-import": "^2.2.0",
  58. "eslint-plugin-node": "^5.2.1",
  59. "eslint-plugin-promise": "^3.5.0",
  60. "eslint-plugin-standard": "^3.0.1",
  61. "rollup": "^0.45.0",
  62. "rollup-plugin-buble": "^0.16.0",
  63. "test262": "git+https://github.com/tc39/test262.git#18c1e799a01cc976695983b61e225ce7959bdd91",
  64. "test262-parser-runner": "^0.3.1",
  65. "unicode-10.0.0": "^0.7.5"
  66. }
  67. }
  68. yarn manifest:
  69. No manifest
  70. Lockfile:
  71. No lockfile
  72. Trace:
  73. Error: https://registry.yarnpkg.com/acorn: You must be logged in to publish packages.
  74. at Request.params.callback [as _callback] (/home/marijn/.yarn/lib/cli.js:62098:18)
  75. at Request.self.callback (/home/marijn/.yarn/lib/cli.js:123085:22)
  76. at Request.emit (events.js:160:13)
  77. at Request.<anonymous> (/home/marijn/.yarn/lib/cli.js:124068:10)
  78. at Request.emit (events.js:160:13)
  79. at IncomingMessage.<anonymous> (/home/marijn/.yarn/lib/cli.js:123988:12)
  80. at Object.onceWrapper (events.js:255:19)
  81. at IncomingMessage.emit (events.js:165:20)
  82. at endReadableNT (_stream_readable.js:1101:12)
  83. at process._tickCallback (internal/process/next_tick.js:152:19)