rajasegar / alacritty-themes

:rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator
MIT License
699 stars 71 forks source link

Cannot read property 'items' of null #12

Closed iBhavesh closed 3 years ago

iBhavesh commented 3 years ago

node_modules/alacritty-themes/index.js:39 const colors = doc.contents.items.filter((i) => i.key.value === 'colors')[0];

TypeError: Cannot read property 'items' of null at updateTheme (/usr/lib/node_modules/alacritty-themes/index.js:39:31) at /usr/lib/node_modules/alacritty-themes/index.js:68:5 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:75:3)

rajasegar commented 3 years ago

Looks like there is no alacritty.ym file or it might be empty. Can you try creating one with this

alacritty-themes --create

and then try the themes

rajasegar commented 2 years ago

:tada: This issue has been resolved in version 4.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: