rrdelaney / jadelint

:dragon: A linter for the Jade templating language
https://rrdelaney.github.io/jadelint
MIT License
6 stars 1 forks source link

Errors when trying to install globally from npm #2

Closed pdehaan closed 9 years ago

pdehaan commented 9 years ago

I'm trying to install this module globally from npm and am getting this error:

➜  ~  npm i jadelint -g
npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/Users/pdehaan/.npm-packages/lib/node_modules/npm-next/node_modules/npm/cli.js" "i" "jadelint" "-g"
npm ERR! node v0.10.35
npm ERR! npm  v2.12.0
npm ERR! path /Users/pdehaan/.npm-packages/lib/node_modules/jadelint/bin/jadelint.js
npm ERR! code ENOENT
npm ERR! errno 34

npm ERR! enoent ENOENT, chmod '/Users/pdehaan/.npm-packages/lib/node_modules/jadelint/bin/jadelint.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/pdehaan/npm-debug.log

Looking through your commits, I think this was fixed by https://github.com/rrdelaney/jadelint/commit/01cac18be53e6b29d0fab816348b14d405298ef0 but it may just need to be version bumped and pushed to npm.

rrdelaney commented 9 years ago

Yep! I'll push to npm now and see if it works

rrdelaney commented 9 years ago

Fixed!

pdehaan commented 9 years ago

Awesome, thanks!

✗ npm-next i jadelint -g
/Users/pdehaan/.npm-packages/bin/jadelint -> /Users/pdehaan/.npm-packages/lib/node_modules/jadelint/bin/jadelint
jadelint@0.2.3 /Users/pdehaan/.npm-packages/lib/node_modules/jadelint
├── log-symbols@1.0.2
├── text-table@0.2.0
├── chalk@1.1.0 (supports-color@2.0.0, escape-string-regexp@1.0.3, ansi-styles@2.1.0, has-ansi@2.0.0, strip-ansi@3.0.0)
├── jade-lexer@0.0.8 (character-parser@1.2.2)
└── jade-parser@0.0.8 (token-stream@0.0.1)
rrdelaney commented 9 years ago

Let me know if you have any other issues or feature requests :smile:

pdehaan commented 9 years ago

Do you and @benedfit have any ETA on when you may start merging your projects (per https://github.com/benedfit/jade-lint/issues/13)?

rrdelaney commented 9 years ago

He hasn't gotten back to me in a while =/ I'd like to work with him more though