manfredsteyer / module-federation-plugin-example

264 stars 182 forks source link

Unexpected token "export" #1

Open dtslvr opened 3 years ago

dtslvr commented 3 years ago

Hello Manfred

I'm trying out this project, but I'm not able to start the shell (host).

yarn ng serve shell -o
yarn run v1.22.4
$ ng serve shell -o
Unknown error: SyntaxError: Unexpected token 'export'
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

The micro frontend is working as expected. Any ideas?