uber-archive / potter

a CLI to create node.js services
MIT License
83 stars 9 forks source link

see all the plugins after installing 1 #8

Open ali-bugdayci opened 9 years ago

ali-bugdayci commented 9 years ago

I suppose potter plugin list lists the all plugins available:

~/tmp/potter% potter plugin list
 * bull@0.1.10
 * coffee-script@1.4.0
 * concat-stream@1.4.8
 * cordova@3.5.0-0.2.4 invalid
 * duplexer@0.1.1
 * duplexer2@0.0.2
 * httpserver@0.1.0
 * karma-growler-reporter@0.0.1
 * nexe@0.3.3
 * oppressor@0.0.1
 * request@2.55.0
 * socket.io@1.3.5
 * split@0.3.3
 * stream-combiner@0.2.1
 * tar@2.0.0
 * through@2.3.7
 * through2@0.6.3
 * tower-component-cookbook@0.0.6
 * trumpet@1.7.1
 * websocket-stream@1.4.0

after installing 1, I cant see back all the plugins:

~/tmp/potter% potter plugin install httpserver
Installing plugin...
Plugin installed
Checking for conflicts...
lo: 127.0.0.1
eth0: 192.168.1.150
lxcbr0: 10.0.3.1
Installed Plugin!

~/tmp/potter% potter plugin list              
 * httpserver@0.2.0
nivesh2 commented 9 years ago

sorry to add here, but i am getting this warning: "WARN: No variants installed, did you forget to use --expert?" when ever i type: potter create