ionic-team / stencil-ds-plugins-demo

This is a demo project using the stencil-ds-plugins.
MIT License
44 stars 20 forks source link

[ ERROR ] unhandledRejection: EPERM: operation not permitted, mkdir #9

Open peterennis opened 4 years ago

peterennis commented 4 years ago

Repo here: https://github.com/peterennis/stencil-ds-plugins-demo/tree/FirstRead

Windows 10. Testing with update to stencil 1.8.1

Capture754

peterennis commented 4 years ago

Manually create missing dir 'demo-component' and rebuild.

Capture756

I get these warnings:

core-e5dec1c7.js:70 [STENCIL-DEV-MODE] The "value" prop of <input> should be set after "min", "max", "type" and "step"
consoleDevWarn @ core-e5dec1c7.js:70
validateInputProperties @ core-e5dec1c7.js:611
h @ core-e5dec1c7.js:518
render @ demo-component.entry.js:19
updateComponent @ core-e5dec1c7.js:1394
update @ core-e5dec1c7.js:1342
consumeTimeout @ core-e5dec1c7.js:127
flush @ core-e5dec1c7.js:150
requestAnimationFrame (async)
raf @ core-e5dec1c7.js:21
(anonymous) @ core-e5dec1c7.js:107
(anonymous) @ core-e5dec1c7.js:1373
then @ core-e5dec1c7.js:1567
scheduleUpdate @ core-e5dec1c7.js:1372
setValue @ core-e5dec1c7.js:1634
set @ core-e5dec1c7.js:1668
Slide.changeOccurred @ demo-component.entry.js:11

Capture755