-
-
Couldn't load subscription status.
- Fork 33.6k
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.
Description
- Version: node v6.3.1 npm 3.10.3
- Platform: Linux Mint 4.2.0-18-generic Adding Governance, Contribution Policy, and CoC #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
After unpack of tar.gz binaries tried to call npm -g install to get dependencies of my package.json but got
/usr/bin/env: node: no such file or directory
And when I replace path inside npm-cli.js
!/usr/bin/env node
with path of downloaded node
!#//environment/nodes/node-v6.3.1-linux-x64/bin/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.
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.