uber-archive / potter

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

potter plugin install potter-xxxxx-plugin fails #3

Open andrewdeandrade opened 10 years ago

andrewdeandrade commented 10 years ago

Running potter plugin install potter-xxxxx-plugin fails.

uber@aandrade:~/code$ potter plugin install potter-xxxxx-plugin
Installing plugin...
NPM install failed!
Please read the /home/uber/.potter/npm-debug.log
uber@aandrade:~/code$ cat /home/uber/.potter/npm-debug.log
cat: /home/uber/.potter/npm-debug.log: No such file or directory
Raynos commented 10 years ago

This is expected to fail because you tried to install a npm module when you should have used a full git link.

sh1mmer commented 10 years ago

That said we do want to improve that with something like brew tap.