Looking for web browser capability #281
-
I am looking for an Pulsar package to view inside the editor HTML files from localhost. I have tried several old Atom extensions, like browser-plus or atom-browser, but none of them seems to work with Pulsar 1.119 x64; they can not be activated and throw errors such as Cannot find module "theorist" or Cannot find module "atom-space-pen-views". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I finally managed to install correctly the browser-plus package and seems to work properly. The problem was related to the portable mode configuration of the Pulsar; for some reason the command |
Beta Was this translation helpful? Give feedback.
I finally managed to install correctly the browser-plus package and seems to work properly.
The problem was related to the portable mode configuration of the Pulsar; for some reason the command
pulsar -p install <package>
does not redirect the call to theppm
tool, in console the output is empty, and I had to rely onppm install <package>
. I checked that no otherppm
tool was called (see https://github.com/orgs/pulsar-edit/discussions/277)