By adding this to the package.json I could resolve the issue. Delete the node modules and package.lock.json and rerun after adding this to the package.json
"optionalDependencies": { "fsevents": "~2.3.2" },