@wavemaker/angular-codegen 11.2.0-next.140851 → 11.2.0-next.140952

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ const downloadNPMPackage = (packageInfo) => {
36
36
  // To check global app runtime node modules.
37
37
  if (!isNPMPackageExist(PATH_NPM_PACKAGE_SUCCESS, packageInfo.successMsg)) {
38
38
  fs.mkdirSync(PATH_NPM_PACKAGE, { recursive: true });
39
- let npmInstallCMD = 'npm install --legacy-peer-deps ';
39
+ let npmInstallCMD = 'npm install ';
40
40
  if (packageInfo.packageJsonFile && fs.existsSync(packageInfo.packageJsonFile)) {
41
41
  fs.copyFileSync(packageInfo.packageJsonFile, PATH_NPM_PACKAGE + '/package.json');
42
42
  } else {