DevBoiAgru
DevBoiAgru
+1 I am also getting this error continuously and i have no idea why. There is only a report.html and tsconfig.tsbuildinfo in the `dist` directory. I have tried restarting everything...
> @DevBoiAgru if you disable bundle analyzer (just comment out [these lines](https://github.com/httptoolkit/httptoolkit-ui/blob/e7a0f69663b2eac66a4337cf47d0275bf9ad3c12/automation/webpack.prod.ts#L110-L114)) does that work correctly for you? It looks like this might be an issue with that one plugin,...
@pimterry Ok so I looked around on the web for potential fixes and ran into [this](https://stackoverflow.com/questions/70019872/npm-err-cannot-read-properties-of-null-reading-pickalgorithm) stackoverflow thread. I deleted the node_modules folder and the package-lock.json, ran npm install, and...
Yup that did the trick! I have basically no experience with how js environments work so thanks a lot for educating me about the package-lock as well. I'll definitely try...
Awesome
#212 has a fix for that ``` sudo adduser yourusername sudo usermod -aG sudo,aid_inet yourusername ```