File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 10831083 <key >PATH_TYPE</key >
10841084 <integer >1</integer >
10851085 </dict >
1086+ <key >PREINSTALL_PATH</key >
1087+ <dict >
1088+ <key >PATH</key >
1089+ <string >scripts/npm_preinstall.sh</string >
1090+ <key >PATH_TYPE</key >
1091+ <integer >1</integer >
1092+ </dict >
10861093 <key >RESOURCES</key >
10871094 <array />
10881095 </dict >
16551662 ZW50LVN0eWxlLVR5cGUiIGNvbnRlbnQ9InRleHQvY3NzIj4KPHRp
16561663 dGxlPjwvdGl0bGU+CjxtZXRhIG5hbWU9IkdlbmVyYXRvciIgY29u
16571664 dGVudD0iQ29jb2EgSFRNTCBXcml0ZXIiPgo8bWV0YSBuYW1lPSJD
1658- b2NvYVZlcnNpb24iIGNvbnRlbnQ9IjEyNjUuMjEiPgo8c3R5bGUg
1665+ b2NvYVZlcnNpb24iIGNvbnRlbnQ9IjE0MDQuMzQiPgo8c3R5bGUg
16591666 dHlwZT0idGV4dC9jc3MiPgo8L3N0eWxlPgo8L2hlYWQ+Cjxib2R5
16601667 Pgo8L2JvZHk+CjwvaHRtbD4K
16611668 </data >
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ # TODO Can this be done inside the .pmdoc?
3+ # TODO Can we extract $PREFIX from the installer?
4+
5+ set -e
6+
7+ rm -rf /usr/local/lib/node_modules/npm
You can’t perform that action at this time.
0 commit comments