我正在尝试运行boostrap / metetor文件。我收到此错误
您的应用崩溃了。这是最新的日志。
C:\Users\andrew\AppData\Local\.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:245
throw(ex);
^
Error: Bootstrap's JavaScript requires jQuery
at app\bootstrap-3.3.4-dist\js\bootstrap.js:8:9
at app\bootstrap-3.3.4-dist\js\bootstrap.js:2319:3
at C:\Users\andrew\Desktop\teetimesM\teetimesM\.meteor\local\build\programs\server\boot.js:222:10
at Array.forEach (native)
at Function._.each._.forEach (C:\Users\andrew\AppData\Local\.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\underscore\underscore.js:79:11)
at C:\Users\andrew\Desktop\teetimesM\teetimesM\.meteor\local\build\programs\server\boot.js:117:5
Exited with code: 8
Your application is crashing. Waiting for file change.
我包含了所有jQuery标签以及所有js文件的标签。
>
我错过了哪里或如何更正?
答案 0 :(得分:0)
您不需要添加jQuery包(它与meteor捆绑在一起),或添加任何脚本标记。删除脚本标记,只需在app目录的终端输入meteor add twbs:bootstrap
(或使用首选的bootstrap包)。