hello is there a way for opening a terminal for the server.js ?
if not how do i install npm`s
You can open the terminal from Advanced Options from the top-left project info menu. However, it’s not required to install packages - you can do that by just editing your package.json file, and/or using the NPM package search and install capability at the top of the package.json file in the editor.
1 Like