-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
tar.gz install issue #7924
Copy link
Copy link
Closed
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.
Metadata
Metadata
Assignees
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.
After unpack of tar.gz binaries tried to call npm -g install to get dependencies of my package.json but got
And when I replace path inside npm-cli.js
with path of downloaded node
all start work!
I'm not sure that I do right with reporting that issue(maybe its fixed already) - but I spent few hours to fix it(google was useless). Maybe will be useful to update explanation of tar.gz installation.