Problem statement
When trying to run pack command getting below error:
ERROR: An unexpected error has occurred:
[npe] Cannot invoke "s.Nbn.(String)" because "<parameter1>" is null
at s.rlJ.(:463)
at s.rlJ.(:558)
at s.HrJ.(:310)
at s.sET.(_:39)
<events>
Tried with Command:
Spine -i path/to/unpack-images/folder -j path/to/project/file.skel -o path/to/output/folder -n AtlasName.atlas -p path/to/packsetting.json
Spine -i path/to/unpack-images/folder -j path/to/project/file.spine -o path/to/output/folder -n AtlasName.atlas -p path/to/packsetting.json
Spine Version 4.2.37
Please tell me what is this error about?