You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running yarn build (and yarn start) shows that two files are missing (which means local build doesn't succeed):
[ERROR] Client bundle compiled with errors therefore further build is impossible.
Module not found: Error: Can't resolve '../intents/intents.yaml' in '/Users/remy/dev/developers.home-assistant/docs'
--------------------------
Module not found: Error: Can't resolve '../../../intents/languages.yaml' in '/Users/remy/dev/developers.home-assistant/docs/voice/intent-recognition'
--------------------------
Module not found: Error: Can't resolve '../../../intents/intents.yaml' in '/Users/remy/dev/developers.home-assistant/docs/voice/intent-recognition'
These two files are referenced here: supported-languages.md but are missing from the directory seen here.
The text was updated successfully, but these errors were encountered:
Running
yarn build
(andyarn start
) shows that two files are missing (which means local build doesn't succeed):These two files are referenced here: supported-languages.md but are missing from the directory seen here.
The text was updated successfully, but these errors were encountered: