[Question] How to edit packages

Is there any way i can view and edit a package?

You can add new packages by opening the package.json file and clicking the Add Package button.

You can remove a package by deleting the line in package.json where that package is listed.

if you want to edit an installed package, goto your node_modules folder in the console

1 Like