소스 검색

Fix "helios missing" message.

Herby Vojčík 5 년 전
부모
커밋
d8322177b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lang/base/helpers.js

+ 1 - 1
lang/base/helpers.js

@@ -10,7 +10,7 @@ define(["amber/boot", "require"], function (boot, require) {
         require(['helios/index'], function (helios) {
             helios.popup();
         }, function (err) {
-            window.alert("Error loading helios.\nIf not present, you can install it with 'bower install helios --save-dev'.\nThe error follows:\n" + err);
+            window.alert("Error loading helios.\nIf not present, you can install it with 'npm install @ambers/helios --save-dev'.\nThe error follows:\n" + err);
         });
     };
     Object.defineProperty(exports, "api", {