Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named version does not link npx #109

Closed
socketbox opened this issue Jul 17, 2020 · 0 comments
Closed

Named version does not link npx #109

socketbox opened this issue Jul 17, 2020 · 0 comments

Comments

@socketbox
Copy link

When I create an environment using the nave use envname version command, npx is not among the softlinks created in the directory that pertains to the named environment:

[2020-07-17 ☱ 15:45 ☴  poc]$ nave use test 14.4
[2020-07-17 ☱ 15:36 ☴  poc]$ echo $PATH
/home/chb/.nave/installed/test/bin:...
[2020-07-17 ☱ 15:36 ☴  poc]$ ls -al /home/chb/.nave/installed/test/bin
total 8
drwxrwxr-x 2 chb 4096 Jul 17 13:41 .
drwxrwxr-x 5 chb 4096 Jul 17 13:41 ..
lrwxrwxrwx 1 chb   41 Jul 17 13:41 node -> /home/chb/.nave/installed/14.4.0/bin/node
lrwxrwxrwx 1 chb   45 Jul 17 13:41 node-waf -> /home/chb/.nave/installed/14.4.0/bin/node-waf
lrwxrwxrwx 1 chb   40 Jul 17 13:41 npm -> /home/chb/.nave/installed/14.4.0/bin/npm
[2020-07-17 ☱ 15:36 ☴  poc]$ ls -al ~/.nave/installed/14.4.0/bin
total 72208
drwxr-xr-x 2 chb     4096 Jun 30 13:18 .
drwxrwxr-x 6 chb     4096 Jul 17 13:41 ..
-rwxr-xr-x 1 chb 73932760 Jun 30 13:17 node
lrwxrwxrwx 1 chb       38 Jun 30 13:18 npm -> ../lib/node_modules/npm/bin/npm-cli.js
lrwxrwxrwx 1 chb       38 Jun 30 13:18 npx -> ../lib/node_modules/npm/bin/npx-cli.js
@isaacs isaacs closed this as completed in 6968bf7 Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant