Open winstonrc opened 2 years ago
Was this ever resolved? or it it our issue
I'm not so clued up on solving npm dependency issues but I'm guessing the problem is on your side (the creators) because I've never had this issue with other installers.
It had to do with the eslint-plugin-tailwind. I haven't checked to see if any package updates have resolved the problem.
Personally I think cutting out Tailwind and the related packages from the starter template is worthwhile. Not only does that resolve the issue, but I think a CSS framework is best left out of a starter template.
Hi all. I am getting this same error. Any updates?
Hi all. I am getting this same error. Any updates?
I would just switch to yarn
Related: https://github.com/Idered/eslint-plugin-tailwind/issues/21. It does not list ESLint 8.x in its peer deps range. eslint-plugin-tailwindcss
might be worth switching to.
With NPM, you can use the --legacy-peer-deps
to ignore it or use a package manager like Yarn.
After cloning the project, when running
npm install
, the following output occurs: