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.
2 parents 6767b3a + fce797a commit f45cbd4Copy full SHA for f45cbd4
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
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@socketsecurity/cli",
3
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "CLI tool for Socket.dev",
"homepage": "http://github.com/SocketDev/socket-cli-js",
"repository": {
0 commit comments