How to install dependencies in playground
Asked by Aamir Saudagar about 8 months ago
1
I wanted to install axios in react playground how can i install this dependency in codedamn playground ? In codesandbox it is very easy to install dependencies but here i can find any way of doing it.
1 Answer
0
Hey Aamir, you can install the dependency by using the terminal.
You can use the split terminal icon (which is to the right end of the terminal heading) to create a new instance of the terminal to install the dependency using a package manager.
show more answers
Your answer