mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

External dependencies and Karma #1155

Closed reflog closed 8 years ago

reflog commented 8 years ago

IMPORTANT: This repository's issues are reserved for feature requests and bug reports. Do not submit support requests here.

Steps to reproduce and a minimal demo of the problem

npm install -S openlayers

Added mapping according to https://github.com/mgechev/angular2-seed/wiki/Add-external-dependency

What steps should we try in your demo to see the problem?

Current behavior

npm run test fails with 404, cannot find '/base/node_modules/openlayers'

Expected/desired behavior

Other information

Any suggestions or a more detailed example (except for angular-jwt) on how to add 3rd party libraries?

Thank you!

mgechev commented 8 years ago

For support requests you can use gitter or take a look at project's the wiki page in order to get more complete idea on how the it works.