Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Not installable through npm #37

Open
jblaise opened this issue Mar 12, 2015 · 2 comments
Open

Not installable through npm #37

jblaise opened this issue Mar 12, 2015 · 2 comments

Comments

@jblaise
Copy link

jblaise commented Mar 12, 2015

Hello !

First, thanks for your work.

I saw you use npm to develop your module. No problem with that, but it is unfortunate that, consequently, it is not installable for ones that do not use bower but only npm.

Is it possible to change "install": "bower install" into "start": "bower install" ?

@jessegavin
Copy link

I installed it via npm

npm install angular-contenteditable

@benmarch
Copy link

@jessegavin, scripts named "install" get executed during installation. So if Bower is not installed on the developer's (or CI's) machine then it will fail. It would be great to rename it so we can use it with NPM.

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

No branches or pull requests

3 participants