Skip to content

Commit 117fe77

Browse files
authored
install: attempt windows npx install bug (#1140)
```sh npx squawk-cli@latest --version ``` gives the following on windows ``` 'squawk' is not recognized as an internal or external command, operable program or batch file. ```
1 parent 55b7753 commit 117fe77

5 files changed

Lines changed: 0 additions & 15 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"cpu": [
1111
"arm64"
1212
],
13-
"bin": {
14-
"squawk": "bin/squawk"
15-
},
1613
"files": [
1714
"bin/squawk"
1815
]

npm/darwin-x64/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"cpu": [
1111
"x64"
1212
],
13-
"bin": {
14-
"squawk": "bin/squawk"
15-
},
1613
"files": [
1714
"bin/squawk"
1815
]

npm/linux-arm64/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"cpu": [
1111
"arm64"
1212
],
13-
"bin": {
14-
"squawk": "bin/squawk"
15-
},
1613
"files": [
1714
"bin/squawk"
1815
]

npm/linux-x64/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"cpu": [
1111
"x64"
1212
],
13-
"bin": {
14-
"squawk": "bin/squawk"
15-
},
1613
"files": [
1714
"bin/squawk"
1815
]

npm/win32-x64/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"cpu": [
1111
"x64"
1212
],
13-
"bin": {
14-
"squawk": "bin/squawk.exe"
15-
},
1613
"files": [
1714
"bin/squawk.exe"
1815
]

0 commit comments

Comments
 (0)