Skip to content

tar.gz install issue #7924

@mykolapolonskyi

Description

@mykolapolonskyi

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

No one assigned

    Labels

    invalidIssues and PRs that are invalid.npmIssues and PRs related to the npm client dependency or the npm registry.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions