okfn-brasil / perfil-politico-frontend

Front-end that consumes Perfil Político's API
https://perfilpolitico.serenata.ai
GNU General Public License v3.0
31 stars 25 forks source link

Usando yarn ao invés de npm causa um problema no node-sass #38

Open giovanisleite opened 3 years ago

giovanisleite commented 3 years ago

Quando rodo localmente usando yarn para instalação:

image

Com npm, após rodar, ele dá um aviso pra usar o comando node rebuild node-sass daí a versão local funciona normalmente.

trolzen commented 1 year ago

Hello! Is this issue still relevant?

trolzen commented 1 year ago

Looks like this issue is not relevant anymore and can be closed. I couldn't reproduce the problem. Maybe it was fixed by the recent upgrade.

I've installed the project with:

git clone ...
cd perfil-politico-frontend
yarn
yarn serve

and it worked just fine. Or I miss something in the initial message?

The environment used:

$ node -v
v16.17.1
$ npm -v
8.19.2
$ yarn -v
1.22.19

@giuliocc What do you think?