Closed mazemax closed 8 years ago
+1 No bin link is created when installing this, not sure why.
oskarhane 🙈 npm install -g kit
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated node-beautify@0.0.5: please use js-beautify instead
npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
/Users/oskarhane/.local/lib
└── kit@0.3.1
oskarhane 🙈 kit
fish: Unknown command 'kit'
It works great with other packages so it's not a local issue.
oskarhane 🙈 npm install -g figlet-cli
/Users/oskarhane/.local/bin/figlet -> /Users/oskarhane/.local/lib/node_modules/figlet-cli/bin/figlet
/Users/oskarhane/.local/lib
└── figlet-cli@0.1.0
oskarhane 🙈 figlet yo
_ _ ___
| | | |/ _ \
| |_| | (_) |
\__, |\___/
|___/
What OS are you guys on? I know figlet relies on an external C utility or something (I didn't really look into it because it was working- although I saw some crazy install errors on my Mac too)
Kernel Information
$ uname -r
4.4.0-34-generic
Distribution Release Information
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
command not found +1
I'm on OS X El Capitan, latest node and npm.
oi my bad guys! I put the wrong install instructions in the readme-- it's npm install -g @mikermcneil/kit
-- fixing that now
Following is the verbose during kit installation:
After installation following is the output of hello world:
It will be nice if you explain the configuration steps so that it is easier to setup kit on command-line.