(Tharindu)Dan Mahavithana
(Tharindu)Dan Mahavithana
gets the same error, i'm on mac, and that could be the issue
was going to do a PR but, it seems this issue has been fixed on some pull request, but i guess, its not been updated in the npm, i just...
@erikandershed do you get any errors, did you try the method i told you. 1) remove the node folder "rm -rf node_modules" 2) reinstall all the packages `npm install` 3)...
Np. Glad i could help. 😊
> Is there any way to not manipulate the folders manually, in my case am using a DevOps pipeline and I don't have an enough rights on the remote server...
@pawamoy had the same issue, fixed it by adding the `dparse` pre release version to the dependancies. then you can do the `rye sync` without `--pre` ``` [tool.rye] managed =...