Closed jocubeit closed 2 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
Getting the same issue with v0.18.0.
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
I have been unable to reproduce this issue using npm start stencil app
(per README
).
We'll go ahead and close this issue for now, but feel free to reply if this is still an issue.
Fresh build using
stencil init
and choosing app starter option. Build runs first time... subsequent start or build fails with this error.Completely unusable.