我有一个用Jekyll生成的静态网站。我想在其上使用Parcel Bundler来简化并轻松重命名CSS,JS和图像文件。但是当我在根文件夹中运行parcel _site/index.html
时,出现此错误:
/Users/muratcorlu/works/muratcorlu-net/_site: EISDIR: illegal operation on a directory, read
使用--log-level 5
也不提供有关此错误的更多信息。我找不到调试此问题的方法。有想法吗?