Skip to content

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

License

Notifications You must be signed in to change notification settings

mobilex1122/pulsar-node-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)