Edison Guo

Results 22 comments of Edison Guo

@olstenlarck GH-94 the ```uninstall``` command is supported now. but ```PREFIX``` is not working yet

@michelezamuner You may try GH-94, but I have not got bitbucket tested yet.

@BenoitHiller GH-94 the ```break mode``` will take the same steps for both global install and local install

It's sad that ```bpkg show``` is broken in this pull request

@cha87de I think ```bpkg install https://{githost}/{group}/{project}@{version} -b``` has been supported already. Here ```version``` reflects to a git tag, this is already being used in production env. But I take no...

@Potherca Good idea. :D. Here is an update and new plan. * ~~Fix merge conflicts [FIX]~~ * Replacing package.json instead of bpkg.json [WIP] * Make -b as the default behavior...

@Potherca Got it. Should I close this issue and working on the new issue?

GH-94 now create the ```package.json``` in your dir and run ```bpkg getdeps``` will install all defined dependencies.