gpt4 book ai didi

browserify 中的 ckeditor : home dir error

转载 作者:行者123 更新时间:2023-12-01 23:23:21 24 4
gpt4 key购买 nike

package.json 中:

"browser": {
"ckeditor": "./public/ckeditor/ckeditor.js",
"bootstrap": "./public/bootstrap/js/bootstrap.js"
}

在源 browserify coffee-script 文件中:

$  = jQuery = require 'jquery-browserify'
ckeditor = require 'ckeditor'
jqueryCkeditor = require '../ckeditor/adapters/jquery.js'
$('#Info').ckeditor()

chrome 浏览器控制台中的错误:

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:4042/config.js?t=E7KD
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:4042/skins/moono/editor.css?t=E7KD
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:4042/lang/en.js?t=E7KD
Uncaught TypeError: Cannot set property 'dir' of undefined ckeditor.js:219
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:4042/skins/moono/editor.css?t=E7KD

看似 ckeditor 无法找到它的主目录:/ckeditor。如何帮助它?

更新

工作源代码:

$ = jQuery = require 'jquery'
window.CKEDITOR_BASEPATH = '/ckeditor/'

ckeditor = require 'ckeditor'
jqueryCkeditor = require '../ckeditor/adapters/jquery.js'
$ ->
CKEDITOR.replace("Info")

最佳答案

也许您需要手动指定路径 - http://docs.ckeditor.com/#!/guide/dev_basepath

window.CKEDITOR_BASEPATH = './public/ckeditor/';

关于browserify 中的 ckeditor : home dir error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26172543/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com