plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better
MIT License
808 stars 34 forks source link

Build issue: stylus: command not found #56

Closed chadius-maximus closed 5 years ago

chadius-maximus commented 5 years ago

Trying to build the repo on macOS. Ran npm install successfully. Afterwards, trying to run either npm run build or npm run watch gives the stylus: command not found error.

plibither8 commented 5 years ago

Try npm install -g stylus

chadius-maximus commented 5 years ago

Issue resolved, thanks! That should probably be mentioned in the contribution guide, however.

plibither8 commented 5 years ago

Agreed, will do soon! Thanks :)