当前位置: 代码迷 >> JavaScript >> 流星应用崩溃localhost:3000
  详细解决方案

流星应用崩溃localhost:3000

热度:111   发布时间:2023-06-13 12:36:40.0

我正在尝试运行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文件的标签。

>

我在哪里失踪或如何纠正?

您无需添加jQuery包(与流星捆绑在一起),也无需添加任何脚本标签。 删除脚本标签,然后在应用程序目录中的终端输入meteor add twbs:bootstrap (或使用首选的引导程序包)。

  相关解决方案