You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
PS C:\Users\***\firstdraft.today> yarn run dev
yarn run v1.3.2
$ peco dev
> Building from source
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.output.path: The provided value "C:/Users/***/firstdraft.today/.peco/dist/client" is not an absolute path!
-> The output directory as **absolute path** (required).
at webpack (C:\Users\***\firstdraft.today\node_modules\webpack\lib\webpack.js:24:9)
at Peco.dev (C:\Users\***\firstdraft.today\node_modules\peco\lib\index.js:289:40)
at <anonymous>
[email protected] seems fine. The only problem is this: when the dev server is running, any change in the file system -- for example, adding a new file in source folder or changing a current file in source folder -- will break the dev server (see the error below). Everything is fine if the yarn run dev command is executed after making the changes in the source folder.
TypeError: Cannot read property 'isVirtual' of undefined
at Promise.all.files.map (C:\Users\***\firstdraft2.today\node_modules\peco\plugins\source-file-system\index.js:163:27) at Array.map (<anonymous>)
at SourceFileSystem.buildFiles (C:\Users\***\firstdraft2.today\node_modules\peco\plugins\source-file-system\index.js:161:13)
at SourceFileSystem.onChangeFile (C:\Users\***\firstdraft2.today\node_modules\peco\plugins\source-file-system\index.js:333:16)
at FSWatcher.filesWatcher.on.on.on (C:\Users\***\firstdraft2.today\node_modules\peco\plugins\source-file-system\index.js:72:24)
at FSWatcher.emit (events.js:182:13)
at FSWatcher.<anonymous> (C:\Users\***\firstdraft2.today\node_modules\chokidar\index.js:199:15)
at FSWatcher._emit (C:\Users\***\firstdraft2.today\node_modules\chokidar\index.js:241:5)
at FSWatcher.<anonymous> (C:\Users\***\firstdraft2.today\node_modules\chokidar\lib\nodefs-handler.js:264:16)
at FSReqWrap.oncomplete (fs.js:183:5)
The text was updated successfully, but these errors were encountered:
(I'm using Windows 10, node 10.2.1)
[email protected] and [email protected] do not let the dev server run.
yarn run dev
results in this webpack error:[email protected] seems fine. The only problem is this: when the dev server is running, any change in the file system -- for example, adding a new file in
source
folder or changing a current file insource
folder -- will break the dev server (see the error below). Everything is fine if theyarn run dev
command is executed after making the changes in thesource
folder.The text was updated successfully, but these errors were encountered: