SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

heml: command not found #88

Closed cece554 closed 5 years ago

cece554 commented 5 years ago

Did't have issues installing on centos but having trouble installing locally, anyone know what could be the issue ?

Cole-MB:heml cole$ npm install heml -g
npm WARN invalid config registry=""
npm WARN invalid config Must be a full url with 'http://'
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
/Users/cole/.npm-packages/bin/heml -> /Users/cole/.npm-packages/lib/node_modules/heml/build/bin/heml.js
+ heml@1.1.3
added 474 packages from 285 contributors in 46.459s
Cole-MB:heml cole$ heml -v
-bash: heml: command not found

Using Node 11.9.0 Npm 6.5.0 installed via Homebrew if that matters

cece554 commented 5 years ago

ended up being an npm problem, solved by running

npm config rm proxy
npm config rm https-proxy

then re installing