mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
62779ae195
PR-URL: https://github.com/nodejs/node/pull/14235 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
7 lines
221 B
Bash
7 lines
221 B
Bash
#!/bin/sh
|
|
# TODO Can this be done inside the .pmdoc?
|
|
# TODO Can we extract $PREFIX from the installer?
|
|
cd /usr/local/bin
|
|
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
|
|
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
|