I am building my app with parcel after I updated the dependecies:
> parcel build index-prod.html --out-file index.html -d build --no-source-maps --no-cache
/ Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
- Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
- Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
| Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
- Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
\ Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
- Building constant.js...EISDIR: illegal operation on a directory, read
\ Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
- Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
| Building constant.js...EISDIR: illegal operation on a directory, read
EISDIR: illegal operation on a directory, read
Some hundreds of similar rows... eventually finished:
√ Built in 680.21s.
As you see it took an eternity to do it. But the build is functional. Before npm update, it took less than 10s to do it. What is the problem?