You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
Mobiscroll CLI changelog
2
2
3
+
v 1.7.1 - 11 May 2022
4
+
5
+
* Fixed: We fixed the `--proxy` parameter to pass it down to the `npm` and `yarn` calls, so the config command runs, even if proxy options are not set in the npm/yarn config, or in the system environment variables.
6
+
3
7
v 1.7.0 - 17 Nov 2021
4
8
5
9
* New: We added support for yarn 2+. The cli takes the npm auth token from the .npmrc file and creates .yarnrc.yml to make sure the mobiscroll install gets authenticated.
printWarning('No valid project type was specified. Currently the following project types are supported: [ angular, ionic, ionic-angular, ionic-react, react ]');
349
353
break;
@@ -373,10 +377,10 @@ function handleConfig(projectType) {
printWarning(`No mobiscroll js/css files were found in your project's src/lib/mobiscroll folder. \n\nPlease make sure to extract the downloaded Mobiscroll package, then grab the ${framework=='angular' ? 'lib folder and copy it into src folder of your app!' : 'js and css folders and copy it into src/lib/mobiscroll folder of your app. If there is no such folder available, you can create it.'}`);
485
+
printWarning(`No mobiscroll js/css files were found in your project's src/lib/mobiscroll folder. \n\nPlease make sure to extract the downloaded Mobiscroll package, then grab the ${framework=='angular' ? 'lib folder and copy it into src folder of your app!' : 'js and css folders and copy it into src/lib/mobiscroll folder of your app. If there is no such folder available, you can create it.'}`);
482
486
return;
483
487
}
484
488
@@ -593,7 +597,7 @@ function handleConfig(projectType) {
if(err.indexOf("Could not find user with the specified username or password")!==-1||err.indexOf("Incorrect username or password")!==-1){
270
270
printWarning(`We couldn’t log you in. This might be either because your account does not exist or you mistyped your login information. You can update your credentials `+terminalLink('from your account','https://mobiscroll.com/account')+'.');
0 commit comments