How to open terminal

PlayCode does not have a terminal or command line interface.

Why no terminal?

PlayCode is designed to work entirely in your browser without requiring terminal access. All package management and configuration is done through a visual UI, making it simpler and more accessible.

Managing packages without a terminal

Instead of running npm install in a terminal, PlayCode provides the NPM PACKAGES panel in the sidebar.

To install a package:

  1. Find the NPM PACKAGES section in the left sidebar.
  2. Click the plus (+) icon.
  3. Type the package name.
  4. Select the version.
  5. The package installs automatically.

To remove a package:

  1. Go to the NPM PACKAGES section.
  2. Click the three dots (...) next to the package.
  3. Select Delete.

For a complete guide, see How to add NPM packages.

What about package.json?

PlayCode does not automatically install dependencies from package.json. You need to manually install each package using the NPM PACKAGES panel or let PlayCode auto-install them when you import them in your code.

Need more help?

Can't find what you're looking for? Chat with us or send us an email.