npx create-nx-workspace myworkspace (choose empty along with defaults)
cd myworkspace
npm install --save-dev @nstudio/xplat
nx generate app (name myaccount, choose web along with defaults)
nx serve web-myaccount
Generates error:
`> nx run web-myaccount:serve:development
Schema validation failed with the following errors:
Data path "" should NOT have additional properties(inlineStyleLanguage).
Steps:
Generates error: `> nx run web-myaccount:serve:development Schema validation failed with the following errors: Data path "" should NOT have additional properties(inlineStyleLanguage).
———————————————————————————————————————————————
Failed tasks: