DEV Community

Discussion on: CREATE LIBRARY OF REACT COMPONENT

Collapse
 
sergioavazquez profile image
Sergio Vazquez • Edited

There's something missing here, that's why some are getting the babel error:

npm install --save-dev @babel/cli @babel/core @babel/preset-react

Also babel-cli is not needed if you install @babel/cli with the command above.

Hope it helps!