DeprecationWarning: 'root' is deprecated, use 'global'

自闭症网瘾萝莉.ら 提交于 2020-01-25 12:53:05

问题


I am working on project and stuck at a point where i got this error

unexpected token at '(node:14500) [DEP0016] DeprecationWarning: 'root' is deprecated, use 'global'

because I have used JavaScript tag at the end of the view file.

Moreover if I use application JavaScript file instead of admin/admin then it works fine but i need to use admin layout script file.

So how can I fix this issue ?

来源:https://stackoverflow.com/questions/54036700/deprecationwarning-root-is-deprecated-use-global

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!