Phil Cruz
Phil Cruz
The call to `docker run` refers to ${NODE_VERSION}. I see earlier in the script ``` NODE_VERSION=`sed 's/v//g' ${TEMPDIR}/bundle/.node_version.txt` ``` But I don't see that file. But I do see the...
I found the issue. It was happening earlier in the script. From the output I saw ``` [minimeteor] Performing Meteor build Currently, it is only possible to build iOS apps...
`.git` should also be omitted, right?
Having this same problem except I'm deploying to DigitalOcean using mupx and mongodb is on the same server. Any ideas?
Nevermind. I got it working. It was a domain configuration issue.
I use zsh and I get "command not found: complete". I understand complete is for bash but not zsh. Is there a way to get this to work in zsh?
Here you go http://jsfiddle.net/philcruz/4UyNA/11/ The way it's set up the line to register the plugin is commented out so the behavior when you hit enter is as desired (moves to...
Are you able to see the issue? I'm not familiar with how the plugin works, but if you can point me in the right direction I'll try to fix it....
Same for me on v1.12.2 when I try to import a Postman collection. I see the same "enableTranslation is not defined" error in the devTools console.
Can you give a bit more detail like steps to reproduce? What version of CF?