Bolt CMS中的TypeError

问题描述 投票:-1回答:1

我想在bolt管理界面中安装扩展。一旦我打开页面,它就会出现我的错误:

出现未知错误。这是错误消息: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.
 */

那么除了手动安装扩展外,我该怎么办?如果我这样走,我也无法更新博尔特。

javascript json bolt-cms
1个回答
1
投票

这是由一个低级异常引起的,圣诞节前的最新版本对JavaScript的更新提供了更多关于真实情况的信息。

© www.soinside.com 2019 - 2024. All rights reserved.