brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Brackets Extension Registry: "NPM_INSTALL_FAILED" #11331

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by Hirse Tuesday May 30, 2017 at 14:52 GMT Originally opened as https://github.com/adobe/brackets/issues/13403


When trying to upload the latest version of Brackets Ungit to the Brackets Extension Registry I got the following error:

The extension package is invalid: An error occurred, but unfortunately I don't know how to say this nicely: NPM_INSTALL_FAILED

When I install the npm dependencies locally, I don't have any issues and the packages used have been used by this extension (or another of my extensions) before.

  "dependencies": {
    "ungit": "^1.1.19"
  },
  "devDependencies": {
    "eslint": "3.x.x",
    "grunt": "1.x.x",
    "grunt-contrib-compress": "1.x.x"
  },

See the archive and the package.json for reference.

core-ai-bot commented 2 years ago

Comment by ficristo Tuesday May 30, 2017 at 17:27 GMT


Same problem I have in https://github.com/adobe/brackets/issues/13312 See also https://github.com/adobe/brackets-registry/pull/78