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 Jun 15, 2023. It is now read-only.
After switching from brunch 2.6.0 to 2.6.5 I get following error
/home/pawel/Repository/........client/node_modules/brunch/lib/fs_utils/file_list.js:196
if (error) throw new Error(formatError('Reading', error));
^
Error: undefined of Error: EISDIR: illegal operation on a directory, read failed.
at /home/pawel/Repository/....../client/node_modules/brunch/lib/fs_utils/file_list.js:196:26
at /home/pawel/Repository/....../client/node_modules/fcache/index.js:19:23
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:368:12)
This might happen when trying to use unsafe paths, something like import module from "module", replacing it with import module from "./module" should fix it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After switching from brunch 2.6.0 to 2.6.5 I get following error
I attach brunch logs and my package.json
logs.txt
package.json.txt
I'm using Ubuntu 14.04
The text was updated successfully, but these errors were encountered: