Added requirements script to ensure the current system can run Makerkit. (#78)

1. Check Node.js version is greater than 18.18.0
2. Check the current path doesn't include OneDrive. OneDrive causes issue with importing modules.
This commit is contained in:
Giancarlo Buomprisco
2024-10-29 05:57:06 +01:00
committed by GitHub
parent f9bd5b3802
commit 3bfc643691
4 changed files with 53 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
import './version.mjs';
import './license.mjs';
import './license.mjs';
import './requirements.mjs';