byteclubfr / copycast

Live remote copy-pasta explorer for training sessions
39 stars 0 forks source link

The cpx commands is necessary to install it #22

Closed cbonnissent closed 8 years ago

cbonnissent commented 8 years ago

copycast@3.0.0 octicons /usr/lib/node_modules/copycast cpx 'node_modules/octicons/octicons/.' client/octicons

sh: cpx : commande introuvable

naholyr commented 8 years ago

Oops forgot to add it to devDependencies I guess. Until we publish the fix you can npm install cpx locally

Delapouite commented 8 years ago

It's definitely here : https://github.com/byteclubfr/copycast/blob/master/package.json#L68

cbonnissent commented 8 years ago

I have executed the command npm -g copycast and npm complains about the missing command cpx Le 11 mars 2016 11:57, "Bruno Heridet" notifications@github.com a écrit :

It's definitely here : https://github.com/byteclubfr/copycast/blob/master/package.json#L68

— Reply to this email directly or view it on GitHub https://github.com/byteclubfr/copycast/issues/22#issuecomment-195319150.

naholyr commented 8 years ago

Could you tell us your versions of Windows, node and npm? I'll try to reproduce, thanks!

naholyr commented 8 years ago

OK nevermind, I got it… some assets are copied from dependencies at install time, dev or not. cpx has been moved to dependencies in freshly published version 3.1.0.

Maybe we should copy assets at publish time, we'll see if this gives us any more trouble or not.

Please tell me if npm i -g copycast now works for you (should install 3.1.0) :)

cbonnissent commented 8 years ago

It works thanks !

naholyr commented 8 years ago

Thanks for your report