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 39c2a3b commit 32ba285Copy full SHA for 32ba285
1 file changed
app/components/Header/ConnectorModal.vue
@@ -41,6 +41,7 @@ const executeNpmxConnectorCommand = computed(() => {
41
return getExecuteCommand({
42
packageName: 'npmx-connector',
43
packageManager: selectedPM.value,
44
+ isBinaryOnly: true,
45
})
46
47
</script>
0 commit comments