Joseph Spurrier
Joseph Spurrier
My index.html file gets removed after a bunch of changes. I'm forced to restart webpack:  Here is my webpack.config.js: ```javascript /* eslint-disable @typescript-eslint/no-var-requires */ const { resolve } =...
In my example above, all my content files are going to dist/static. Since I was only having the issue with it deleting index.html, I just modified my config so the...
That's a good suggestion - I'm on a Mac now so I'm not really maintaining this anymore. I imagine it shouldn't be very difficult. You just have to make sure...
I have not had time to keep this project updated - you can also create it yourself using these scripts: https://github.com/josephspurrier/goappmation/tree/master/project/Go%20Portable.
Thanks for finding this. I haven't work on this project in a while. Please feel free to submit a pull request if you have a fix for it. I'll leave...
Interesting - I see the error message on only a few other [projects](https://github.com/search?q=%22Error+when+extracting+compiler+information%22&type=issues). Can you provide more details on how to reproduce please?
@brushknight Ah, it may be related to this change in the Go language: https://go.dev/doc/go-get-install-deprecation. Can you change this line to go install? https://github.com/newrelic/infrastructure-agent/blob/master/build/windows/build.ps1#L41
Glad you found a workaround. This does work for me by adding `@latest` to the end: ```bash $ go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest go: downloading github.com/josephspurrier/goversioninfo v1.3.0 go: downloading github.com/akavel/rsrc v0.10.2 ```...
I don't have a Windows machine handy unfortunately - can you post the files so we can reproduce?
Is there any way you can post the minimal fully executable code for me to test with?