Assets\Addons\ParadoxNotion\NodeCanvas\Modules\StateMachines\FSMState.cs(47,18): error CS0117: 'FSMNode' does not contain a definition for 'customColor'
It seems that line is meant for the Editor only, wrapping it inside #if UNITY_EDITOR fixes the issue.