[Vuejs]-What's missing with my project.json building using nuxtjs?

0๐Ÿ‘

โœ…

If it work fine locally its most likely because of case sensitivity. CI/CD usually run on linux, and usual filesystem on linux is case dependent.

While MacOs usually run on case-insensitive file system. So your file is found on Mac, but not on linux because its in different case

Leave a comment