Athir Nuaimi

Results 12 comments of Athir Nuaimi

doesn't the example node project already have a lockfile. also, this command worked when run on my Mac.

this is what the example project has ``` gitpod /workspace/nixpacks (main) $ ls examples/node index.js package.json package-lock.json ```

I think @wyzlle is on the right track. If I have a standard Dockerfile, I can build the image in gitpod. But the one that nixpacks generates using nix for...

Anyone had a chance to look at this? I have worked with gitpod and they believe it has to do with the way that nix is installed. One thing I...

I'm getting the same error. I'm pretty new to js but I think it has to do with the fact that chakra-ui needs to work with React 16 even though...

Actually, it looks like the project has moved to another repo ... https://github.com/chakra-ui/chakra-ui/

It did but the issue is I had to find out about the flag on discord. The webpage should have a more clear message about this. This github issue is...

The only thing the webpage showed was that there was an error. No details on why or what else to try.

I don't believe it did. Unfortunately I don't have the terminal history anymore. Either way, the message should be on the website as that's where the error is displayed.

zhangruiskyline, I just ran into the same issue. I removed the `-all` and it worked. Note, you need to tag each struct with `//easyjson:json` as rvasily indicated.