create-izi-noir 0.2.6 → 0.2.7
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/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2636,6 +2636,7 @@ Error: Directory "${projectOptions.projectName}" already exists and is not empty
|
|
|
2636
2636
|
}
|
|
2637
2637
|
}
|
|
2638
2638
|
if (!projectOptions.skipInstall) {
|
|
2639
|
+
console.log(pc3.dim(" Starting npm install..."));
|
|
2639
2640
|
const installProgress = createInstallProgress();
|
|
2640
2641
|
installProgress.start();
|
|
2641
2642
|
try {
|
|
@@ -2646,6 +2647,7 @@ Error: Directory "${projectOptions.projectName}" already exists and is not empty
|
|
|
2646
2647
|
console.log(pc3.yellow(' Run "npm install" manually.'));
|
|
2647
2648
|
}
|
|
2648
2649
|
}
|
|
2650
|
+
process.stdout.write("\x1B[?25h");
|
|
2649
2651
|
printSuccessMessage(projectOptions);
|
|
2650
2652
|
}
|
|
2651
2653
|
async function createProjectStructure(projectDir, options, progress) {
|