Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.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
Html Heroku无法检测到应用程序的我的节点buildpack,但在cli中设置buildpack时,它表示已在应用程序上设置Heroku/nodejs?_Html_Css_Node.js_Heroku_Sass - Fatal编程技术网

Html Heroku无法检测到应用程序的我的节点buildpack,但在cli中设置buildpack时,它表示已在应用程序上设置Heroku/nodejs?

Html Heroku无法检测到应用程序的我的节点buildpack,但在cli中设置buildpack时,它表示已在应用程序上设置Heroku/nodejs?,html,css,node.js,heroku,sass,Html,Css,Node.js,Heroku,Sass,我已经尝试过通过heroku、cli和链接git repo来部署应用程序,通过我现在得到的git repo ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used. Detected build packs: Python, Node.js 然而,当我尝试卸载

我已经尝试过通过heroku、cli和链接git repo来部署应用程序,通过我现在得到的git repo

!     Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
            Detected build packs: Python, Node.js
然而,当我尝试卸载python构建包时,正如这里所解释的()它说它无法被检测到。当我尝试安装节点构建包时,它说无法检测到它。但当我按下deploybranch时,它运行python包,因为它显然是列表中的第一个构建包


我曾尝试创建一个requirement.txt文件,如其他答案中所述,但这使我从文章标题中的错误变成了上面列出的多个包的错误

该应用程序当前列出了哪些构建包?()heroku/node.js,这是一个简单的页面,只包含安装了node的html css js和sass