You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
npm WARN @rescripts/[email protected] requires a peer of react-scripts@2 - 3 but none is installed. You must install peer dependencies yourself.
npm WARN @rescripts/[email protected] requires a peer of react-scripts@2 - 3 but none is installed. You must install peer dependencies yourself.
I believe the code is already in place, but just not released.
The use-babel-config package.json already specifies "@rescripts/utilities": ^0.0.8 but itself is version 0.0.11, which doesn't exist on npm
The use-eslint-config package.json already specifies "@rescripts/utilities": ^0.0.8 but itself is version 0.0.12, which doesn't exist on npm
I would have thought this would already work, because of the ^, but apparently ^0.0.7 does not include 0.0.8
However, ~0.0.7does include 0.0.8 https://semver.npmjs.com/
I believe the code is already in place, but just not released.
The use-babel-config package.json already specifies
"@rescripts/utilities": ^0.0.8
but itself is version 0.0.11, which doesn't exist on npmThe use-eslint-config package.json already specifies
"@rescripts/utilities": ^0.0.8
but itself is version 0.0.12, which doesn't exist on npmI would have thought this would already work, because of the
^
, but apparently^0.0.7
does not include0.0.8
However,
~0.0.7
does include0.0.8
https://semver.npmjs.com/
Related Issues:
#49
Related PRs:
#117
#83
#73
The text was updated successfully, but these errors were encountered: