Posts2 Spring w/ React 1 React doesn't build/run :((( I was kinda stumped by this because I only ran yarn and yarn start, but this guy reminded me that node 17 is not a stable version :) You can see that after that error messages, there's an indication that it's Node.js 17.0.1. Just run the following do downgrade node: brew uninstall --ignore-dependencies node brew install node@16 brew link node@16 Then you will see s.. 2021. 11. 25. Vim with react & vscode! Foreword This guide is purely for myself, and won't be comprehensive nor be friendly for people starting out. It's just for me to document the sequence of my Vim learning, and to easily find the shortcut I need. The following commands are laid out in the order of my learning. Personally, I had to get used to each command before proceeding to the next commands. I'm trying to get used to Vscode Vi.. 2021. 11. 21. 이전 1 다음