How to redeploy same component with JSPM?
JSPM does not allow to deploy an SCA with the same version (release, SP-level, patch-level) as an already deployed component. However, in some special cases you may need to redeploy an SCA with the same version. Use command line: go “-config=/jspm/forceMode=true” “-config=/jspm/deployVersionRule=updateAll” to redeploy all SDAs. See note #1123333 for more options.