Tổng hợp các lỗi và cách fix trên React Native July 13, 2017 Tổng hợp các lỗi và cách fix trên React Native Chào các tín đồ của React Native nói tiêng cũng như các bạn đang chuẩn bị nhập môn...Read More
Reinstall react-native-cli 2.0.0 July 09, 2017 Reinstall react-native-cli 2.0.0 Reproduction Install react-native-cli 2.0: npm i -g [email protected] Initialize a new proj...Read More
Install eslint in vs code July 07, 2017 Install eslint in vs code Install eslint in visual studio code easy Eslint is not new for React Native apps, but I admit that getting...Read More
Update nodejs npm in ubuntu July 06, 2017 Update nodejs npm in ubuntu 1: Open terminal and paste Update nodejs easy in terminal sudo npm cache clean -f sudo npm install -g...Read More
Kill port windows June 22, 2017 Kill port windows List all process listen port - Open cmd and paste netstat -a -o -n - And kill process by PID taskkill /F...Read More
How do I set path variable in Ubuntu June 07, 2017 How do I set path variable in Ubuntu Since you are interested in setting PATH variable for a specific user follow these steps open ....Read More
Install an .RPM on Ubuntu Linux May 31, 2017 Install an RPM Package on Ubuntu Linux I nstalling software on Ubuntu usually entails using Synaptic or by using an apt-get comman...Read More