Ghassen Rjab
Ghassen Rjab
I had the same error as you. I figured out I was in the wrong directory
@Unitech can you check the PR please? 🙏
@roggervalf can you check the PR please? 🙏
This [PR](https://github.com/Unitech/pm2/pull/5764) should fix it
I think I am encountering the same issue. In my case I am encrypting a text field. The app works fines but when I wanted to write tests I got...
Hey @robmosca, I think replacing ```javascript var umd = typeof window.define === 'function' && window.define.amd; ``` with ```javascript var umd = typeof window.define === 'function' && window.define.amd && window.require; ```...
You're right! Nice catch! I'll open a PR with the suggested solution
@robmosca the PR has been merged. I think a new version has been released