stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Build Error EEXIST: file already exists, copyfile icon.png #66

Closed jocubeit closed 2 years ago

jocubeit commented 5 years ago

Fresh build using stencil init and choosing app starter option. Build runs first time... subsequent start or build fails with this error.

Completely unusable.

FrancoisDF commented 5 years ago

Getting the same issue with v0.18.1. I'm simply copying some CSS from a node module to get it referenced part of the index.html file. Was working as expected with v0.17.1

mariatamayo commented 5 years ago

Getting the same issue with v0.18.0.

Nightbr commented 5 years ago

Same here on another Stenciljs project with svg assets (on icon):

[ ERROR ] EEXIST: file already exists, copyfile

"@stencil/core": "^0.18.1", node v11.14.0 npm 6.7.0

david-poindexter commented 2 years ago

I have been unable to reproduce this issue using npm start stencil app (per README).

image

image

We'll go ahead and close this issue for now, but feel free to reply if this is still an issue.