Skip to content

Commit dc55e5b

Browse files
authored
npm patch
1 parent fb5e3de commit dc55e5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

node-js.npx.patch

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff -aurN node-v8.8.1.orig/deps/npm/bin/npx-cli.js node-v8.8.1/deps/npm/bin/npx-cli.js
2+
--- node-v8.8.1.orig/deps/npm/bin/npx-cli.js 2017-10-25 16:10:04.000000000 -0400
3+
+++ node-v8.8.1/deps/npm/bin/npx-cli.js 2017-10-26 00:15:24.482782689 -0400
4+
@@ -1,4 +1,4 @@
5+
-#!/usr/bin/env node
6+
+#!/usr/node/v8/bin/node
7+
8+
const npx = require('libnpx')
9+
const path = require('path')
10+

0 commit comments

Comments
 (0)