我一直在尝试编辑个人网站的主题。我对JavaScript不太了解,并且遇到了参考错误。
我尝试在线搜索并在某处不赞成使用此功能。有人可以确认这一点。
window.jQuery(function ($) {
'use strict';
// more code here
});
This is the actual error from the debug console-
ReferenceError: window is not defined
at Object.<anonymous> (d:\Personal\final_git\js\theme.js:27:1)
at Module._compile (internal/modules/cjs/loader.js:698:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
有人可以解释一下它如何重复吗?即使我尝试了一些建议,但据我所知我不认为我使用的是node.js,但我无法使其工作。请解释。