rainglow/vscode

Error: ENOENT: no such file or directory, open '/opt/build/repo/node_modules/rainglow/themes/morass.json'

Opened this issue · 0 comments

This is pretty straight forward. I using your theme with the gatsby-remark-vscode plugin for GatsbyJS.

It works locally, but when I try to deploy the site to Netlify, I get the following error:

Screen Shot 2021-08-19 at 10 37 36 PM

I guess their build step is case-sensitive. In your package.json:

vscode/package.json

Lines 874 to 878 in 57cbb86

{
"label": "Morass (rainglow)",
"uiTheme": "vs-dark",
"path": "./themes/morass.json"
},

But your filename inside theme is Morass.json

Thanks!