We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a91e98 commit b6187d0Copy full SHA for b6187d0
tools/osx-pkg-postinstall.sh
@@ -3,7 +3,7 @@
3
# TODO Can we extract $PREFIX from the installer?
4
cd /usr/local/bin || exit
5
6
-ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
7
-ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
+/bin/ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
+/bin/ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
8
9
-ln -sf ../lib/node_modules/corepack/dist/corepack.js corepack
+/bin/ln -sf ../lib/node_modules/corepack/dist/corepack.js corepack
0 commit comments