pulsar-node-runner
Made for Pulsar!
Run node scripts from your gui without need to type the commands in terminal.
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
- Install
python310
AUR package. - Create virual enviroment with python310 (
python310 -m venv <enviroment path>
) - Enter virual enviroment (
source <enviroment path>/bin/activate
) - Run pulsar (
pulsar
) - Install x-terminal-reloaded (Website, Quick Install)