dimcode 0.0.64-beta.1 → 0.0.65-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/dim.mjs +2 -2
- package/dist/ink.mjs +93 -75
- package/package.json +6 -6
package/bin/dim.mjs
CHANGED
|
@@ -111,8 +111,8 @@ function runOpentui(restArgs) {
|
|
|
111
111
|
+ ' Expected: ' + base + '/bin/' + binary + '\n'
|
|
112
112
|
+ ' Searched: ' + scriptDir + ' (and parent directories)\n'
|
|
113
113
|
+ '\n'
|
|
114
|
-
+ 'Try
|
|
115
|
-
+ ' npm
|
|
114
|
+
+ 'Try uninstalling and reinstalling the beta channel:\n'
|
|
115
|
+
+ ' npm uninstall -g dimcode && npm install -g dimcode@beta\n',
|
|
116
116
|
)
|
|
117
117
|
process.exit(1)
|
|
118
118
|
}
|