Results 26 comments of Dušan Neckař

I don't know if I understood correctly and maybe it's a stupid question, but did I try to wait a while longer? 😄 I wrote about it here: https://github.com/pnp/docker-spfx/issues/70#issuecomment-1026146326 "I...

First of all, thank you for the quick reply. But I've already written that I tried to add this line (then the second line) to WebpackConfigurationGenerator.js and it didn't seem...

I'm sorry I didn't call for a long time (I'm very busy now), but to take it gradually. 1. Do I understand that all is working as intended? a) It...

I've tried that before. After deleting the folder node_modules and then the `npm install` command. I get a thousand lines of warnings and finally an error. ``` npm WARN tar...

I just got a similar error with another folder / library: ``` verbose stack Error: ENOTEMPTY: directory not empty, rmdir '/usr/app/spfx/node_modules/.staging/@microsoft/sp-webpart-workbench-cd026fb2/local-workbench' verbose cwd /usr/app/spfx verbose Linux 5.10.76-linuxkit verbose argv "/usr/local/bin/node"...

Permissions of the project directory on your host computer does not include "Write" for "Users" group? Yes, I added permissions and it's already working. 👍 So I still had to...

Unfortunately, I have to reopen this issue, I found that the problem is in the folder where I'm downloading the project from git: So if I run: C:\git\Folder\modules\project1 npm install...

This went good at first, I didn't even have to set permissions for anything (folder or docker) ... interesting, right? But the point is, it doesn't work in the git...

Only what i did was that i created a new folder - after i used git clone - after npm install and everything works (without any additional permisson).

3. I created on c: folder github. 4. Git clone 5. Docker run Works well Problem is when git clone my own repository(my project) from our internally git server to...