Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions error #2

Open
fresnizky opened this issue Apr 13, 2017 · 3 comments
Open

Permissions error #2

fresnizky opened this issue Apr 13, 2017 · 3 comments

Comments

@fresnizky
Copy link

I'm getting this error while trying to init a polymer project:

mkdir polymer-app
cd polymer-app/
docker run --rm -v $(pwd):/home/polymer/app jefferyb/polymer-cli polymer init starter-kit
info:    Running template polymer-init-starter-kit:app...
info:    Downloading latest release of PolymerElements/polymer-starter-kit
info:    Unpacking template files
error:   Uncaught exception: Error: EPERM: operation not permitted, utime '/home/polymer/app/'
error:   Error: EPERM: operation not permitted, utime '/home/polymer/app/'
    at Error (native)

@hershkoy
Copy link

+1

@hershkoy
Copy link

@fresnizky I wonder if this related to OS. I am running windows 7 with "docker toolbox".

@lamathop
Copy link

Quite late ... but you could try to add --user $(id -u):$(id -g) in your docker run. Your container should then have all the necessary permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants