Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 980 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 980 Bytes

node-runner package

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

Note: Package requies x-terminal-reloaded package.

Project Board

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)