rainglow / vscode

320+ color themes for Visual Studio Code.
https://rainglow.io
MIT License
1.3k stars 54 forks source link

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

Open webrgp opened 3 years ago

webrgp commented 3 years ago

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:

https://github.com/rainglow/vscode/blob/57cbb8601be38bcba89cd1cb5112f316456924e4/package.json#L874-L878

But your filename inside theme is Morass.json

Thanks!