Remove all npm warning and migrate away from Bower

Issue #584 wontfix
Ghislain Hachey created an issue

Low priority, documenting for future work requirements. Evaluate best approach forward to migrate away from Bower which is recommended by Bower.

Comments (3)

  1. Brian Lewis repo owner

    it looks to me like the npm warnings are coming from the system-wide npm packages; they are not referencing pineapples\pineapples.client\package.json ?

    This is the file that controls the npm packages used by pineapples client. notice that these are development dependencies, not run-time dependencies.

    While its true that there is a move away from bower, we use the bower.json in the _build_deploy task to identify which packages need to get deployed and where; so getting rid of bower would mean finding or building some other solution to this.

    One thing though I think we could do is move the typings to npm; this has already been done for lodash v4. Issue #410 has some comments on this.

  2. Log in to comment