mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
0e96dc1f95
PR-URL: https://github.com/nodejs/node/pull/36099 Reviewed-By: Rich Trott <rtrott@gmail.com>
7 lines
229 B
Bash
7 lines
229 B
Bash
#!/bin/sh
|
|
# TODO Can this be done inside the .pmdoc?
|
|
# TODO Can we extract $PREFIX from the installer?
|
|
cd /usr/local/bin || exit
|
|
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
|
|
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
|