tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.41k stars 130 forks source link

Error while installing #11

Closed souri closed 6 years ago

souri commented 6 years ago

Node.js version: v0.10.25 Go version: go1.8.3 linux/amd64

# github.com/tj/node-prune/cmd/node-prune
/home/sam3/go/src/github.com/tj/node-prune/cmd/node-prune/main.go:50: time.Since(start).Round undefined (type time.Duration has no field or method Round)
bhaskarsaraogi commented 6 years ago

this method was added in go 1.9, moving to the latest version should help

souri commented 6 years ago

Updating to go 1.9 fixed this problem. Thanks @bhaskarsaraogi