Blame view

TROUBLESHOOTING.md 291 Bytes
16e8e39b   Leonardo Merlin   refact Service fi...
1
2
3
4
5
6
- Erro com `lwip` ou `make: g++: Command not found`
	- Solução:
	1. Instalar dependências do g++: `sudo apt-get install build-essential g++`
	2. Reinstalar o sprity:
	  1. desinstalar: ``npm uninstall sprity``
	  2. limpar cache: ``npm cache clear``
825cbe04   Evandro Junior   New troubleshooti...
7
	  3. instalar: ``npm install sprity``