POD ERR method "findByFullPath" does not exist
pedrofracassi opened this issue · 6 comments
I'm getting the error in the title whenever I execute these commands:
pod start <app>
pod startall
pod web start
Any ideas of what may be causing it? I saw some other issues, but they all say that this has been fixed
Seeing this too. How is it fixed?
Ok seems like it was fixed in the code, but was never published to npm!
I had to fork it, and then publish as 'jollof-pod' as I could only publih as something different.
You can use my published pod fork by:
npm i -g jollof-pod
The binary name will still be the same i.e pod.
This will over-write the current pod and pm2 in your system to use this, hence solving this issue until the author re-publishes.
Works like a charm.
Thanks, man! I actually wrote something that did what I wanted, it's public on my profile.
I'm seeing this one too, and I tried installing jollof-pod
and it didn't work. Any ideas?
i just use gitlab-ci with pm2 now
you can use the master branch @andrewmartin
npm install -g https://github.com/yyx990803/pod
@yyx990803 needs to publish to npm someday