I created a project using the Coldbox rest-cmvc template. After installing a few modules successfully from forgebox, I got an error while installing the cors module as follows:
Thanks in advance for your feedback.
list
Dependency Hierarchy for Merapi (1.0.0)
├── commandbox-cfformat ()
├── commandbox-cfconfig ()
├── cbdebugger (1.7.1+29)
├─┬ coldbox (5.6.2+1021)
│ └── testbox ()
├── commandbox-dotenv ()
├─┬ relax (4.0.0+155)
│ ├── cbjavaloader ()
│ ├── wikitext ()
│ └── cbswagger ()
├─┬ testbox (3.2.0+356)
│ └─┬ cbstreams (1.5.0+51)
│ └── testbox ()
├─┬ cbsecurity (2.2.1+78)
│ ├─┬ jwt-cfml (1.1.0)
│ │ └── testbox ()
│ └─┬ cbauth (4.1.2)
│ ├── cbstorages (2.1.0+45)
│ └── testbox ()
├─┬ BCrypt (2.5.0-snapshot)
│ └── cbjavaloader (1.7.0+42)
├── cbswagger ()
└─┬ cbvalidation (2.1.0+126)
└── cbi18n (1.5.0+77)
install cors
✘ | Installing package [forgebox:cors]
File name too long
ERROR (4.5.0+00198)
File name too long
/system/endpoints/File.cfc: line 44
42: job.addLog( “Decompressing…”);
43: 44: zip action=“unzip” file=“#package#” destination=“#packagePath#” overwrite=“true”;
45:
46: // Defer to folder endpoint
called from /system/endpoints/HTTP.cfc: line 61
called from /system/endpoints/ForgeBox.cfc: line 447
called from /system/endpoints/ForgeBox.cfc: line 57
called from /system/services/PackageService.cfc: line 106
called from /system/modules_app/package-commands/commands/package/install.cfc: line 161
called from /system/services/CommandService.cfc: line 341
called from /system/services/CommandService.cfc: line 138
called from /system/Shell.cfc: line 755
called from /system/Shell.cfc: line 577
called from /system/Bootstrap.cfm: line 159
To enable full stack trace, run config set verboseErrors=true