Danny Skoog
Danny Skoog
@raix Thanks. Your steps seem equivalent. Let me try to scaffold a few more apps + try different variations of Node. Will report back once I've done so.
Thanks @jbprat! Yeah it's clearly indicated [here](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/package.json) that Node 14 is supposed to be supported. And if it's of any worth - I'm also on a MacBook Pro.
I scaffolded a few new apps using different versions of Node (via nvm). And then ran `npm test` Here are the results: 🔴 Error (Node `14.15.4` & Npm `6.14.10`) 🔴...
Okay. So I believe I found out the actual root cause behind the issue. I will explain: - `react-scripts` (5.0.0) has a dependency on `jest-watch` (1.0.0) (reference https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/package.json#L55) - `jest-watch`...
I noticed that there is a PR up for changing the minimum supported Node version to 16 https://github.com/facebook/create-react-app/pull/11747 That should take care of this issue 👍
> @dannyskoog I think you wanted to link this https://github.com/jest-community/jest-watch-typeahead/blob/ba70243cded73d798102d6d6c3f9fd11a344c0d9/package.json#L96 instead for your second point Good catch. Updated 🙏
I understand. Well, thanks for the quick and informative answer. Appreciate it!
@admah Any news? Thanks
I realised that the `quay.io/goswagger/swagger:master` Docker image seems to work. The docs, although, implies (implicitly) that the `latest` tag should be used (see https://goswagger.io/install.html#docker-image-). Is that intentional, given the fact...