apollographql / apollographql/fullstack-tutorial
Tutorial uses deprecated version of kleur
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
Following the tutorial and running `npm install` after changing to the start/server directory will produce the following warning.
```
npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-c olors' if you prefer the old syntax. Visit ases/tag/v3.0.0\> for migration path(s).
--
```
kleur@2 is deprecated as of 2018/11/15. See https://github.com/lukeed/kleur/releases/tag/v3.0.0 for the announcement.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the start/server directory and inspect the npm dependency manifest responsible for kleur@2.0.2. Run npm install to reproduce the warning, update the deprecated kleur dependency to a supported version, and confirm that installation no longer reports this deprecation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100