catppuccin / catppuccin/vivaldi

Not able to Build [Vivaldi] themes

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
82
Forks
3
PR merge metrics
No merged PRs in 30d

Description

### Not able to Build [Vivaldi] themes
```sh
make
rm -rf ./dist
deno run --allow-env --allow-net --allow-read --allow-run --allow-write ./build.ts
error: Uncaught SyntaxError: The requested module 'npm:@catppuccin/palette' does not provide an export named 'variants'
import { variants as flavors } from 'npm:@catppuccin/palette'
^
at (file:///home/kaushiksahu18/vivaldi/build.ts:2:10)
make: *** [Makefile:6: build] Error 1
```

Contributor guide

Open the contributing guide

Research direction

Run make and inspect the failing import in build.ts, where npm:@catppuccin/palette is expected to export variants. Check the installed palette package's available exports and update the build integration accordingly; done means make completes without the SyntaxError and produces the dist output.

Written by the indexing model from the issue text.

Assessment

Tech stack
deno, typescript
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.