creator删除节点时报错TypeError: component._destroyImmediate is not a function

我用的Creator版本是1.9.1,我的项目在删除节点时报了这样的错误,TypeError: component._destroyImmediate is not a function。UI编辑器中切换场景时,也会报大量的这样的错误。有没有有效的解决办法呀?
直接修改.fire文件可以吗?比如,我的是删除tabQuick节点时报错,我就直接把fire文件中的这个结构体(如下)给删除了,这样可以吗,要不要把他的子节点也一个一个找找给删除了?
{
type”: “cc.Node”,
“_name”: “tabQuick”,
“_objFlags”: 0,
“_parent”: {
id”: 3
},
“_children”: [
{
id”: 19
}
],
“_tag”: -1,
“_active”: true,
“_components”: [
{
“_name”: “”,
“_objFlags”: 0,
“_enabled”: true,
“sprite”: {},
“checkedSprite”: {},
“checked”: true,
“groupId”: 1001,
“node”: {
id”: 18
},
“target”: {
id”: 18
}
}
],
“_prefab”: null,
“_id”: “6dd48M5+d1BKZgp3mpqDBv/”,
“_opacity”: 255,
“_color”: {
type”: “cc.Color”,
“r”: 255,
“g”: 255,
“b”: 255,
“a”: 255
},
“_cascadeOpacityEnabled”: true,
“_anchorPoint”: {
type”: “cc.Vec2”,
“x”: 0.5,
“y”: 0.5
},
“_contentSize”: {
type”: “cc.Size”,
“width”: 399,
“height”: 55
},
“_rotationX”: 0,
“_rotationY”: 0,
“_scaleX”: 1,
“_scaleY”: 1,
“_position”: {
type”: “cc.Vec2”,
“x”: -200,
“y”: 132
},
“_skewX”: 0,
“_skewY”: 0,
“_localZOrder”: 0,
“_globalZOrder”: 0,
“_opacityModifyRGB”: false,
“groupIndex”: 0
},