-
Notifications
You must be signed in to change notification settings - Fork 74
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
install help #68
Comments
Thanks for the report @rogersantosferreira ! To be honest, I haven't tried running Pylon using Node 12 - I need to get to that to try and reproduce the issue. |
Issue confirmed to be Node 12 specific - https://travis-ci.org/pylonide/pylon/builds/531824731 |
Currently relating this to
Current workaround is to use older version of node. Once |
Hi, exsilium! I thank you for your time to reproduce the problem. Anyway, I have been testing the install exactly with the software versions that you provide in readme. I tried with
This is the error I got:
What can I do next? |
@rogersantosferreira , sorry to hear that you are still having issues - it's still
Let me know if these work for you or if not, what's the log output. Thanks! |
It worked! Kind of... the server of pylon is working, but I can't reach it. After all, I'm just trying to install it on Google Cloud Platform (GCP) on bitnami stack, but without success. I can't make it work like I was expecting :/ Maybe it is a problem with GCP or with my little skill with this. Thanks again. I will try at localhost! I really liked the idea of pylon! |
- Been waiting for a full 0.9.0 release for a while, taking beta out for a spin; - Addresses installation issues reported in #68 - Lock updated
- Addresses installation issues reported in #68
Hi!
Can anyone help me with the install of Pylon? I can't manage to make it work :/
I'm trying to install pylon on Debian 9.9 (Strech). See the console response:
`npm WARN deprecated [email protected]: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later
npm WARN lifecycle [email protected]
install: cannot run in wd [email protected] node scripts/install.js (wd=/opt/bitnami/apache2/htdocs/pylon/node_modules/node-pty)postinstall: cannot run in wd [email protected] node scripts/post-install.js (wd=/opt/bitnami/apache2/htdocs/pylon/node_modules/node-pty)npm WARN lifecycle [email protected]
My nodejs version is 12.2.0
My npm version is 6.9.0
Note: it is the first time I have tried some npm install. Sorry if my problem sounds a litte stupid.
There is some tutorial to install it? The instructions is too simple :/ on readme.
Thx in advance!
The text was updated successfully, but these errors were encountered: