Pergunta

I have downloaded the stylus .zip from Github and have placed it into the same directory as the node executable. After that I run the following code:

install stylus

But I do not get a response. The command prompt reads

...

Has anybody had this problem installing stylus before? I have Windows. Please help me figure out whats wrong.

EDIT: I have updated my PATH variable as well

Foi útil?

Solução

It is recommended to install Node.js packages through NPM, like so:

npm install stylus - for local usage (for your project)

or

npm install stylus -g - install it globally, use it everywhere

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top