JonnyBGod / angular2-webpack-advance-starter

An advanced Angular2 Webpack Starter project with support for ngrx/store, ngrx/effects, ng2-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
https://jonnybgod.github.io/angular2-webpack-advance-starter/
MIT License
48 stars 12 forks source link

Dependency @nglibs/config not found #13

Closed matejhocevar closed 6 years ago

matejhocevar commented 6 years ago

Note: for support questions, please use one of these channels: Chat: Gitter

matejhocevar commented 6 years ago

I found the solution to this problem.

Problem was with line "nglibs/config": "^0.2.0-rc.4" inside package.json. This package is outdated and it does not exist anymore.

I have replaced it with package "ngx-config": "^1.1.2"

I also created a new pull request: https://github.com/JonnyBGod/angular2-webpack-advance-starter/pull/14