Closed Senci closed 8 years ago
Hi, thanks for the feedback and your PR.
This is somewhat intentional. I've waited for this change for the next breaking change because I expected that this would break someone's code. However, Promise
should be globally available since node@0.12
. If you're running phridge with an older node version, you just need to add a Promise
polyfill to global
and everything should be working fine.
Oh okay, I see. You are right, although brew build node 0.12, it was unable to successfully link and therefore I was still on an old version for some reason. After some permission changes and a new install I linked node 0.12 and now it works like a charm.
Hi Guys, I've seen that there has been changes lately so I decided to update. Unfortunately node is now exiting with following error message:
After it didn't work, I figured a fresh install may fix the issue. Unfortunately it didn't. I've un- and reinstalled node through brew, un- and reinstalled all npm packages. So I should have a fresh install, but unfortunately the Error is still present.
content of "spawn.js":
Cheers!