[Nodejs] Babel 버전에러 해결방법
by 한만섭
- Babel 버전에러 발생시 해결방법
Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core
npm install --save-dev "babel-core@^7.0.0-bridge.0"
Subscribe via RSS
by 한만섭
Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core
npm install --save-dev "babel-core@^7.0.0-bridge.0"
Subscribe via RSS