Nested folders not working in windows
See original GitHub issueHaving the latest package installed, while trying to create Button component on Windows with the following syntax
crcf components/Button
the “Button” folder is created in root, and not in the “components” folder
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Windows Explorer not showing sub-folders that actually exist ...
I've been working with a data file folder quite a bit in recent weeks. It contains 11 sub-folders, and 2 word document files....
Read more >Windows: unable to open files created (using python script ) in ...
I am creating nested folders and creating files in that folders using python script, It's structure is like this: for ex depth=40
Read more >Working with the File Explorer in Windows 10 - Georgetown UIS
1, Navigation pane, From the Navigation pane, you can view your computer's file and folder structure and access files and folders. In the...
Read more >Nested folder structure doesn't seem to work on Windows #1451
Hello. I tried to organize translations using nested folders. I can see the translations when I run the app locally on Mac, but...
Read more >How many folders can I put in one Windows folder? - Super User
I find that somewhere in the 100,000 file or folder range, directory access starts to slow down quite a bit. Make a hierarchy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I have this issue on Windows 10 as well. I ran on the Ubuntu shell included with Windows - Windows Subsystem for Linux - and it creates the module in the sub-path correctly, but when ran from Windows command shell, it creates the component folder in the CWD. I need it to work on the command shell because I’m running from the terminal in VS Code.
Doesn’t happen for me as well. It creates the component in whatever folder I am in. Doesn’t respect the folder path I provide.