You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/libnpmexec/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ await libexec({
35
35
-`localBin`: Location to the `node_modules/.bin` folder of the local project to start scanning for bin files **String**, defaults to `./node_modules/.bin`. **libexec** will walk up the directory structure looking for `node_modules/.bin` folders in parent folders that might satisfy the current `arg` and will use that bin if found.
36
36
-`locationMsg`: Overrides "at location" message when entering interactive mode **String**
37
37
-`globalBin`: Location to the global space bin folder, same as: `$(npm bin -g)`**String**, defaults to empty string.
38
-
-`output`: A function to print output to **Function**
39
38
-`packages`: A list of packages to be used (possibly fetch from the registry) **Array<String>**, defaults to `[]`
40
39
-`path`: Location to where to read local project info (`package.json`) **String**, defaults to `.`
41
40
-`runPath`: Location to where to execute the script **String**, defaults to `.`
0 commit comments