Unable to run simple application using bower

hi , i have installed ember using bower.

below is my html code <!doctype html>

when i am running the app using http-server -o i am facing below error.

This isn’t working because you need to use npm instead- The “getting started” part of the guides can walk you through this in an efficient way: Quick Start - Getting Started - Ember Guides .

To elaborate: we used to support bower, but we don’t any more. Even the maintainers of bower itself are recommending that people move to npm and/or yarn.

3 Likes

thanks for you response

1 Like