DEV Community

Cover image for What’s New: The latest Codesphere updates
Simon Pfeiffer for Codesphere Inc.

Posted on

What’s New: The latest Codesphere updates

We have exciting news.. we read your feedback and listened, we just released v1.1.0 as the latest version of Codesphere!

What’s New in Version 1.1.0?

Features

  • We added sudo support
  • We added resources to the Apps page

Fixes
✓ IDE no longer continues to use the app ID of deleted apps
✓ No longer an issue if the billing address is missing during the app creation process

Here's an example of how you can use sudo in the Codesphere IDE:

# Update npm version.
sudo npm i -g npm

# Change node version.
sudo n 14

# Install a global package.
sudo npm i -g eslint
Enter fullscreen mode Exit fullscreen mode

Our team is working hard to make Codesphere easier and even more enjoyable to use. This is just the beginning of many updates to come, so stay tuned!

Thanks for using Codesphere.
Happy coding!

Top comments (0)