pulsar-node-runner Made for Pulsar!

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

mobilex1122

31

0

0.1.3

MIT

GitHub

This package consumes the following services:

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)