nstudio / xplat

Cross-platform (xplat) tools for Nx workspaces.
MIT License
367 stars 52 forks source link

[Bug] Schema validation failed with the following errors with new project #269

Closed iameduardod closed 3 years ago

iameduardod commented 3 years ago

Steps:

  1. npm install -g @nrwl/cli
  2. npx create-nx-workspace myworkspace (choose empty along with defaults)
  3. cd myworkspace
  4. npm install --save-dev @nstudio/xplat
  5. nx generate app (name myaccount, choose web along with defaults)
  6. 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).

———————————————————————————————————————————————

NX ERROR Running target "web-myaccount:serve" failed

Failed tasks:

iameduardod commented 3 years ago

Any ideas here @NathanWalker ?!