devandres-tech / Netflix-Clone

This project is a simplified front end clone of Netflix. It was created with React and CSS (Grid and Flexbox). It uses The MovieDB Api.
https://netflix-clone-ebon-nu.vercel.app
MIT License
569 stars 261 forks source link

Rename hoc/Aux.js #21

Closed kachaj7 closed 1 year ago

kachaj7 commented 4 years ago

Under windows the name aux for file is forbidden.

https://stackoverflow.com/questions/36225708/cannot-create-a-directory-named-aux-or-starting-by-aux-on-windows-8-1

PurushothamanSrikanth commented 3 years ago

aux is a reserved filename indeed, just as other filenames like con, comX, lptX & prn. I can rename src/utilrepl/aux.js to another name, but I'm not sure it will solve the issue.

Rensykes commented 3 years ago

@PurushothamanSrikanth Yes, it does. In a previous project I did, following a tutorial I named a file aux.js (I did it on a Mac) and when I tried to clone the repo Windows gave me errors about the file. I solved the issue by renaming the file. In my case I just renamed it to auxiliary.js

devandres-tech commented 1 year ago

Interesting...did not know this, good find! Anyhow, the Aux.js component does not exist anymore in the source code. Thanks.