runlify 0.0.64 → 0.0.65
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/build/commands/init.js +1 -1
- package/package.json +1 -1
package/build/commands/init.js
CHANGED
|
@@ -132,7 +132,7 @@ module.exports = {
|
|
|
132
132
|
_c = "You should add \"".concat;
|
|
133
133
|
return [4 /*yield*/, toolbox.system.exec('yarn global bin')];
|
|
134
134
|
case 9:
|
|
135
|
-
_b.apply(void 0, [_c.apply("You should add \"", [_d.sent(), "\" to your
|
|
135
|
+
_b.apply(void 0, [_c.apply("You should add \"", [_d.sent(), "\" to your Path environment variable.\nHow-to in eng: https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/\nHow-to in ru: https://remontka.pro/environment-variables-windows/\nThen restart your computer."])]);
|
|
136
136
|
return [3 /*break*/, 13];
|
|
137
137
|
case 10:
|
|
138
138
|
// toolbox.filesystem.file(
|