Following the docs result in a failure to deploy locally and I am unable to get Ultraviolet-App to run without --force.
When using --force the install is successful (although with conflicts) but then I am running into issues that I can't diagnose properly.
Issue tracker is ONLY used for reporting bugs. New features should be discussed on our Discord server.
Expected Behavior
npm install
without errors or requirement of--force
Current Behavior
npm install
fails with some resolve / dependency errors https://gist.github.com/Ghxst/f39a322bcfba0d1a95ef8830c02df3cePossible Solution
the conflicts need to be resolved or docs need to be updated
Steps to Reproduce
git clone https://github.com/titaniumnetwork-dev/Ultraviolet-App.git
cd Ultraviolet-App
npm install
instructions from https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-via-terminal
Context (Environment)
Following the docs result in a failure to deploy locally and I am unable to get Ultraviolet-App to run without
--force
. When using--force
the install is successful (although with conflicts) but then I am running into issues that I can't diagnose properly.