Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Three (3) packages missing when running starter kit using StackBlitz #276

Closed
workcontrolgit opened this issue Mar 10, 2018 · 1 comment
Closed

Comments

@workcontrolgit
Copy link

I'm submitting a...

[X ] Bug report
[ ] Feature request
[ ] Documentation issue or request

Current behavior

When trying to run the Starter Kit using StackBlitz, it reported that 3 packages not found env/environment, app/core and app/shared.

Expected behavior

Allow to run ngx-rocket starter kit online using StackBlitz

Minimal reproduction of the problem with instructions

Visit this link: https://stackblitz.com/github/ngx-rocket/starter-kit

Environment

https://stackblitz.com

Others:

See below link for more information about usage of StackBlitz (from Angular Blog)

https://blog.angular.io/run-angular-cli-repos-directly-in-your-browser-41332fd80901

@sinedied
Copy link
Member

There is no missing packages: @env/environment, @app/core and @app/shared are path aliases defined in tsconfig.json:

   "paths": {
      "@app/*": ["app/*"],
      "@env/*": ["environments/*"]
    }

You should open an issue on StackBlitz, as there is nothing we can do about this on our side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants