Describe the bug
Using the Wheels CLI on Windows results in a Lucee error for most commands. Running wheels new or wheels start give the following error:
PS C:\Users\tim\Projects> wheels new hello
[ERROR] Error: lucee.runtime.exp.NativeException: there is no Resource provider available with the name [c], available resource providers are [ftp, zip, tar, tgz, http, https, ram, s3]
To Reproduce
Steps to reproduce the behavior:
- Install wheels on Windows through scoop, per website directions.
- Run
wheels new hello to create new project
- See error
Expected behavior
The wheels command should run successfully. In the case of wheels new hello, a new wheels project with the name hello should be generated.
Desktop (please complete the following information):
- OS: Windows 11
- Version: Windows 11 Pro 25H2
Additional context
Error appears in Powershell, Git Bash, and Command Prompt. Closed and re-opened Powershell in case the environment variables needed to be updated. Rebooted Windows. No change.
wheels --version runs correctly, giving "Wheels Version: 4.0.2 (stable)" and displaying the Wheels ASCII art.
Describe the bug
Using the Wheels CLI on Windows results in a Lucee error for most commands. Running
wheels neworwheels startgive the following error:To Reproduce
Steps to reproduce the behavior:
wheels new helloto create new projectExpected behavior
The wheels command should run successfully. In the case of
wheels new hello, a new wheels project with the name hello should be generated.Desktop (please complete the following information):
Additional context
Error appears in Powershell, Git Bash, and Command Prompt. Closed and re-opened Powershell in case the environment variables needed to be updated. Rebooted Windows. No change.
wheels --versionruns correctly, giving "Wheels Version: 4.0.2 (stable)" and displaying the Wheels ASCII art.