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:
committed by
GitHub
parent
f9bd5b3802
commit
3bfc643691
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user