我一直在構建和調試一個Angular.JS應用程序幾個月,現在從瀏覽器運行而沒有任何問題,但是我現在處於將它打包到節點中運行的階段包裝。當我建立了我的package.json跑從nw.exe的文件夾,我得到一個錯誤,指出: Uncaught node.js Error
ReferenceError: angular is not defined
at file:///C:/
我不明白如何工作模塊化。 我有3個模塊,它們相互依賴,如圖所示。 「App」模塊包括「module1」和「module2」。 「模塊2」包含「核心」模塊。 There are source on plunker. angular.module("core", []).factory("HelloWorld", function() {
return function() {
a