Bug outline
I created a new project with the command curl -fsSL https://raw.githubusercontent.com/nrwl/nx/master/packages/install/install.sh | bash -s myprojectname which should use the stable version, right?
Current behavior
I got into the project, kick on a yarn && yarn start and it installed ok, but when running i get this error:

Expected behavior
To just install and run without issues, is this an issue with my PC? am i the only one?
Additional info
Output of ng --version:
Angular CLI: 1.5.0
Node: 8.9.1
OS: linux x64
Angular: 5.0.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
@angular/cli: 1.5.0
@angular-devkit/build-optimizer: 0.0.33
@angular-devkit/core: 0.0.20
@angular-devkit/schematics: 0.0.36
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.8.0
@schematics/angular: 0.1.5
typescript: 2.4.2
webpack: 3.8.1
Bug outline
I created a new project with the command
curl -fsSL https://raw.githubusercontent.com/nrwl/nx/master/packages/install/install.sh | bash -s myprojectnamewhich should use the stable version, right?Current behavior
I got into the project, kick on a

yarn && yarn startand it installed ok, but when running i get this error:Expected behavior
To just install and run without issues, is this an issue with my PC? am i the only one?
Additional info
Output of
ng --version: