alloy icon indicating copy to clipboard operation
alloy copied to clipboard

mkdir /var/folders/17: permission denied

Open belek opened this issue 6 years ago • 2 comments

There is an error on starting server And nothing on http://localhost:1212/

$ alloy dev                                                                                                                                                                    
2017/09/24 23:12:41 Starting webpack...
2017/09/24 23:12:41 Starting dev server...
refresh: 2017/09/24 23:12:41 === Rebuild on: :start: ===
refresh: 2017/09/24 23:12:41 === Running: go build -v -i -o /var/folders/17/5h774cwx5r9djz3q51n306z80000gp/T/alloy-build  (PID: 76988) ===

> [email protected] watch /Users/belek/Go/src/github.com/olliecoleman/alloy
> webpack --colors --watch

github.com/olliecoleman/alloy

Webpack is watching the files…

go install github.com/olliecoleman/alloy: mkdir /var/folders/17: permission denied
refresh: 2017/09/24 23:12:43 === Error! ===
refresh: 2017/09/24 23:12:43 === exit status 1
github.com/olliecoleman/alloy
go install github.com/olliecoleman/alloy: mkdir /var/folders/17: permission denied

belek avatar Sep 24 '17 17:09 belek

I think we should use a docker container to prepare the environment. @olliecoleman Can you explain the ENVs on the README? What we should prepare first?

rootsongjc avatar Sep 30 '17 06:09 rootsongjc

@belek for now I created it manually and chown'ed to my user.

@rootsongjc there will be a PR now with the ENVS.

davidpelayo avatar Nov 30 '17 16:11 davidpelayo