-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create orm-crud fails #12
Comments
This is a "Windows" issue only and is caused by the dynamic nature of the way directories are found / created. The command: For a workaround on Windows - you can use the Windows Sub-system for Linux (WSL) |
I am not sure about this @gavinbaumanis since |
Ok, I could not reproduce it. @bdw429s can you try to see if you can reproduce this? |
The following recipe gives me the error every single time. Step 1 : from:
Step 2 : from :
Step 3 : from: Step 4 : from: Step 5 : from: I get the error in the screenshot below - without fail. Please do let me know if you need anything extra from me. |
What are the steps to reproduce this issue?
Follow the instructions at;
https://coldbox.ortusbooks.com/the-basics/models/coding-orm-scaffolding
When running the following command:
coldbox create orm-crud entity=models.Contacts pluralName=Contacts
This is outputted to the console:
Then this error message follows:
What were you expecting to happen?
No error should be thrown!
…
What versions are you using?
Operating System: …
Windows 11 - latest
Package Version: …
CommandBox Version: 6.1.0-rc+00808
System Modules
coldbox-cli@^7.5.0+11
Application modules
testbox@6.0.0+8 /testbox
coldbox@7.3.0+16 /coldbox
cbproxies@1.3.0+3 /coldbox/system/async/cbproxies
globber@3.1.5 /testbox/system/modules/globber
mockdatacfc@3.7.0+1 /testbox/system/modules/mockdatacfc
cbstreams@2.0.1+12 /testbox/system/modules/cbstreams
cbproxies@1.3.0+3 /testbox/system/modules/cbstreams/modules/cbproxies
The text was updated successfully, but these errors were encountered: