我正在使用npm包“html-minifier”(v1.0.0)并尝试运行该命令(来自Linux Mint,在命令行上):
html-minifier -c html-minifier.cfg -o lib/welcome.html client/welcome.html
然而它失败并出现错误:
ERROR: The specified config file doesn’t exist or is unreadable:
/var/www/projectfolder/html-minifier.cfg
尽管该文件存在且可读。
为什么会发生这种情况?
答案 0 :(得分:0)
我安装了v0.8.0:
sudo npm install -g html-minifier@0.8.0
然后问题中给出的命令奏效了。看起来这是v1.0.0特有的bug。我已经针对该项目记录了一个问题,以便解决它。