Builder icon indicating copy to clipboard operation
Builder copied to clipboard

Failed to build node project on windows.

Open jbgoldman1104 opened this issue 9 months ago • 2 comments

I've downloaded builder tools from your website and tried to build node project. But it failed.

C:\Users\Administrator\Documents\builder-windows>builder.exe init https://github.com/johnpapa/node-hello
panic: assignment to entry in nil map

goroutine 1 [running]:
Builder/utils.StoreBuildMetadataLocally()
        Builder/utils/metadata.go:273 +0xfd
Builder/cmd.Init()
        Builder/cmd/init.go:42 +0x131
main.main()
        Builder/main.go:21 +0x5e

jbgoldman1104 avatar Sep 16 '23 18:09 jbgoldman1104