Bolt CMS 中的类型错误

TypeError in Bolt CMS

我想在 bolt 管理界面中安装扩展。我一打开页面就会收到此错误:

An unknown error occurred. This was the error message: JSON.parse: unexpected character at line 1 column 1 of the JSON data

查看我得到的页面的控制台:

TypeError: n.error is undefined [Learn More] bolt.js:9:20734
n > http://localhost/bolt-public/js/bolt.js:9:20734
o/ http://localhost/bolt-public/js/bolt.js:9:23517
l > http://localhost/bolt-public/js/lib.js:1:37033
fireWith > http://localhost/bolt-public/js/lib.js:1:37801
r > http://localhost/bolt-public/js/lib.js:1:74124
n/< > http://localhost/bolt-public/js/lib.js:1:79953

在这个文件中我发现:

/**
 * These are Bolt’s COMPILED JS files!
 * Do not edit this file, because all changes will be lost. You can edit the 
 * `*.js` files in `app/src/js/` and then run `yarn grunt updateBolt` to generate 
 * this file. You will need to use the "Clone the Git Repository" installation method, to 
 * get these files. See: https://docs.bolt.cm/core-development/install-git-clone, 
 * as well as the `README.md` file in the `app/src/` folder.
 */

那么除了手动安装扩展我还能做什么?如果我这样做,我也无法更新 Bolt。

这是由低级异常引起的,圣诞节前夕的最新版本对 JavaScript 进行了更新,以提供更多有关实际情况的信息。