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

@@ -10,6 +10,7 @@
"name": "MakerKit"
},
"scripts": {
"preinstall": "pnpm run --filter scripts requirements",
"postinstall": "manypkg fix",
"build": "turbo build --cache-dir=.turbo",
"clean": "git clean -xdf node_modules dist .next",