Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to isolate spidermonkey for local usage of ES6+ local engine #152

Open
RenOosuke opened this issue Jul 23, 2024 · 4 comments
Open

Comments

@RenOosuke
Copy link

Hello, I noticed that mypal supports ES6+ javascript and can even execute such from local files (even tho that the PC only supports Node.js 5.12) so I am searching for a way to add support for higher version through the usage of spidermonkey, any idea/support how I could achieve that?

@bluedragon-cairo
Copy link

There is Node.js 8.6.0 version ported to XP.

https://github.com/hlizard/node8-xp/raw/v8.6.0-xp/Release/Release.zip

node.exe in the archive

@RenOosuke
Copy link
Author

Thank you, REALLY appreciated!

@RenOosuke
Copy link
Author

Although I asssume that means isolated runtime of spidermonkey just like that is out of the picture, right?

@bluedragon-cairo
Copy link

bluedragon-cairo commented Jul 31, 2024

Thank you, REALLY appreciated!

https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x86.zip

unzip and replace node.exe with the ported one and copy the whole directory(folder) contents to C:\Program Files\nodejs and add it to PATH so you can use npm with it.

Although I asssume that means isolated runtime of spidermonkey just like that is out of the picture, right?

maybe, I haven't seen such a thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants