assetic:watch error - unserialize():偏移量出错

时间:2018-02-19 12:12:30

标签: symfony npm assetic

我在工作中使用日常资产(操作系统:Win7),但今天我运行了命令:php bin/console assetic:watch并收到此错误:

  

[Symfony \ Component \ Debug \ Exception \ ContextErrorException]注意:unserialize():偏移0处的错误为25228字节

我尝试清除缓存 - 没有帮助。

我没有删除任何文件,并且在存储库中没有该文件,并且该项目位于3台计算机上(现在只能访问1台)并且它无处不在......

据我所知,没有任何内容更新或安装到项目中。

2 个答案:

答案 0 :(得分:2)

帮助删除assetic_watch_*

中前缀为%LOCALAPPDATA%\Temp\的所有文件

答案 1 :(得分:1)

bin/console assetic:watch --force也为我清除了。