Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Tutorial uses deprecated version of kleur

Open
#75 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
55/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
node.js
Domain
documentation

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.

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.

Dominant language
TypeScript
Stars
1.2k
Forks
808
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apollographql/fullstack-tutorial

All issues in apollographql/fullstack-tutorial

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.