tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while installing

souri opened this issue · comments

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)

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

Updating to go 1.9 fixed this problem. Thanks @bhaskarsaraogi