pulsar-node-runner
Run node scripts from your gui without need to type the commands in terminal.
mobilex1122 60 0 0.1.3 MIT GitHub
  • Made for Pulsar!

    This package was written specifically for Pulsar and did not exist in the Atom package repository.

node-runner package

Run node scripts from your gui without need to type the commands in terminal.

Note: Package requies x-terminal-reloaded package. Click HERE to install.

Troubleshooting

x-terminal-reloaded installation error (Build Error)

Universal solution

Temporarily run pulsar with Python 3.10

Arch Users

Note: Run everything in terminal

  1. Install python310 AUR package.
  2. Create virual enviroment with python310 (python310 -m venv <enviroment path>)
  3. Enter virual enviroment (source <enviroment path>/bin/activate)
  4. Run pulsar (pulsar)
  5. Install x-terminal-reloaded (Website, Quick Install)