Ivan Karatayev
Results
3
comments of
Ivan Karatayev
```php $phantomjsPath = 'node_modules/phantomjs/lib/phantom/bin/phantomjs.exe'; putenv('PHANTOMJS_EXECUTABLE=' . $phantomJsPath); ``` It works for me.
@bolatik можно попробовать в контейнере HTTP_PROXY и HTTPS_PROXY установить в окружение
Had similar problems with wsl2. It looks you've created directory inside your ubuntu with another user. Try just to change permissions for that directory recursively.