babel-plugin-styled-components : Improve the debugging experience and add server-side rendering support to styled-components. You can installing babel-plugin-styled-components npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install babel-plugin-styled-components $ sudo npm install -g babel-plugin-styled-components
If want to update the babel-plugin-styled-components package execute the command as below,
$ sudo npm update babel-plugin-styled-components
Update package globally,
$ npm install -g babel-plugin-styled-components
$ sudo git clone https://github.com/rektide/babel-plugin-styled-components.git
$ sudo npm install -g ./babel-plugin-styled-components
babel-plugin-styled-components@1.3.0 /usr/lib/node_modules/babel-plugin-styled-components
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-styled-components
Package Name | babel-plugin-styled-components |
Version | 1.3.0 |
Description | Improve the debugging experience and add server-side rendering support to styled-components |
Released Date | 2017-10-26T15:33:11.680Z |
Published by | mxstbr |
How to Learn | https://www.npmjs.com/package/babel-plugin-styled-components/tutorial |