create-react-library
create-react-library copied to clipboard
Cannot find file: 'addStyles.js' does not match the corresponding name on disk create-react-library
How to replicate bug:
npm install -g create-react-library
create-react-library
cd <project-name> && npm start
New Console
cd example/
npm start
Output:
Cannot find file: 'addStyles.js' does not match the corresponding name on disk: 'C: ... <project-name>\node_modules\react-scripts\node_modules\style-loader\lib\REACT'.
Notes:
I haven't changed any files, let the create-react-library install all npm dependencies like normal. This might be a global issue on my end, but I would love some direction to solve this issue.
Thank you for your work!
@jamisoncozart Any solution for this case ?
Same case over here...
Not that I have found @rolandin