angular-contenteditable icon indicating copy to clipboard operation
angular-contenteditable copied to clipboard

Not installable through npm

Open jblaise opened this issue 9 years ago • 2 comments

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" ?

jblaise avatar Mar 12 '15 10:03 jblaise

I installed it via npm

npm install angular-contenteditable

jessegavin avatar Jan 28 '16 16:01 jessegavin

@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.

benmarch avatar Aug 10 '17 15:08 benmarch