Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MySQL流星错误:“;HTML模板中的格式错误“;安装mysql live select后_Mysql_Meteor_Npm - Fatal编程技术网

MySQL流星错误:“;HTML模板中的格式错误“;安装mysql live select后

MySQL流星错误:“;HTML模板中的格式错误“;安装mysql live select后,mysql,meteor,npm,Mysql,Meteor,Npm,我一直在尝试将mysql与meteor集成 我使用以下命令在meteor应用程序中安装了mysql live select包 npm install mysql 这是成功的。我按照上面的指示去做 运行meteor应用程序后,我出现以下错误 While building the application: node_modules/mysql-live-select/node_modules/mysql/node_modules/bignumber.js/doc/API.html:1: Can't

我一直在尝试将mysql与meteor集成

我使用以下命令在meteor应用程序中安装了mysql live select包

npm install mysql
这是成功的。我按照上面的指示去做

运行meteor应用程序后,我出现以下错误

While building the application:
node_modules/mysql-live-select/node_modules/mysql/node_modules/bignumber.js/doc/API.html:1: Can't set DOCTYPE here.  (Meteor sets
<!DOCTYPE html> for you)

=> Your application has errors. Waiting for file change.
两天前,我在另一台ubuntu机器上执行了相同的步骤,它工作正常。然而,当我今天尝试集成MySQL和Meteor时,我在两台ubuntu机器上都遇到了上述错误


由于HTML文件是安装mysql live select软件包生成的文件,这可能是什么原因?我应该如何修复它?

这不是Meteor软件包,您必须使用它。 错误在于它试图将node.js包中的所有HTML文档放入meteor模板中

While building the application:
node_modules/mysql-live-select/node_modules/mysql/node_modules/bignumber.js/doc/API.html:2: bad formatting in HTML template

=> Your application has errors. Waiting for file change.