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 71f6162 commit 1048953Copy full SHA for 1048953
lib/shadow/link.cjs
@@ -4,6 +4,11 @@ const path = require('path')
4
5
const which = require('which')
6
7
+if (process.platform === 'win32') {
8
+ console.error('Socket npm and socket npx wrapper Windows suppport is limited to WSL at this time.')
9
+ process.exit(1)
10
+}
11
+
12
/**
13
* @param {string} realDirname path to shadow/bin
14
* @param {'npm' | 'npx'} binname
0 commit comments