goatchain-cli 0.0.64-beta.1 → 0.0.66-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/goatchain.mjs +2 -2
- package/dist/ink.mjs +264 -219
- package/package.json +6 -6
package/bin/goatchain.mjs
CHANGED
|
@@ -114,8 +114,8 @@ function runOpentui(restArgs) {
|
|
|
114
114
|
+ ' Expected: ' + base + '/bin/' + binary + '\n'
|
|
115
115
|
+ ' Searched: ' + scriptDir + ' (and parent directories)\n'
|
|
116
116
|
+ '\n'
|
|
117
|
-
+ 'Try
|
|
118
|
-
+ ' npm
|
|
117
|
+
+ 'Try uninstalling and reinstalling the beta channel:\n'
|
|
118
|
+
+ ' npm uninstall -g goatchain-cli && npm install -g goatchain-cli@beta\n',
|
|
119
119
|
)
|
|
120
120
|
process.exit(1)
|
|
121
121
|
}
|