Skip to content

Commit 1048953

Browse files
committed
temporarily disable windows
1 parent 71f6162 commit 1048953

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/shadow/link.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ const path = require('path')
44

55
const which = require('which')
66

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+
712
/**
813
* @param {string} realDirname path to shadow/bin
914
* @param {'npm' | 'npx'} binname

0 commit comments

Comments
 (0)