We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca74d64 commit fdaa5c2Copy full SHA for fdaa5c2
tools/macos-installer/pkgbuild/npm/scripts/postinstall
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
cd /usr/local/bin || exit 1
4
-ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
5
-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
0 commit comments