forge icon indicating copy to clipboard operation
forge copied to clipboard

An unhandled rejection has occurred inside Forge: Invalid tag name "^^7.4.0" of package "@electron-forge/cli@^^7.4.0": Tags may not have any characters that encodeURIComponent encodes.

Open gdavidkov opened this issue 1 year ago • 1 comments

Pre-flight checklist

  • [X] I have read the contribution documentation for this project.
  • [X] I agree to follow the code of conduct that this project uses.
  • [X] I have searched the issue tracker for a bug that matches the one I want to file, without success.

Electron Forge version

7.4.0

Electron version

v30.0.0

Operating system

Microsoft Windows [Version 10.0.19045.4291]

Last known working Electron Forge version

No response

Expected behavior

Script to work

Actual behavior

image

Steps to reproduce

npm exec --package=@electron-forge/cli -c "electron-forge import" on an existing project

Additional information

No response

gdavidkov avatar May 09 '24 05:05 gdavidkov

Is the double ^^ intended?

rynoV avatar May 27 '24 18:05 rynoV

The ^^ is weird but I can't seem to reproduce on my end by running npm exec --package=@electron-forge/cli -c "electron-forge import" on an existing project on the Electron Quick Start repo.

erickzhao avatar Jan 31 '25 06:01 erickzhao