SAP-samples / ui5-webcomponents-sample-react

UI5 Web Components Sample TODO application built with React.
https://sap-samples.github.io/ui5-webcomponents-sample-react/
Apache License 2.0
56 stars 25 forks source link

App Not deploying to cloud foundry due to Husky error #72

Open dimosgit opened 2 years ago

dimosgit commented 2 years ago

I'm getting an error while trying to deploy to Cloud Foundry with husky not found. There's similar issue : https://github.com/typicode/husky/issues/945

This line in particular from package.json is creating an issue for me: "prepare": "node ./.husky/skip.js || husky install",