设置 spotify API 时遇到问题,./confure 不工作(创建项目文件夹和文件)
Trouble setting up the spotify API, ./confure not working (Creating project folders and files)
我正在尝试使用 spotify API,所以我开始了 here, which is the quick start guide. I'm on the Create a Project Folder and Files step. Everything before that works. I already have node downloaded. I was on This website
这是从 spotify 指南链接的,所以我尝试了 this site 上链接的步骤。每次我进入 ./configure 时,它都不起作用并显示“./configure:没有这样的文件或目录”。我不擅长这些类型的事情,所以关于我是否在做正确的事情以及如何解决它的一些建议会很棒。谢谢!
在那些脚本中有:
git clone git://github.com/joyent/node.git
cd node
./configure --prefix=~/local
因此它 git 克隆节点存储库,cd
到其中,并尝试从目录中 运行 configure
脚本。
This repository is an archive of Node.js before the move to nodejs/node.
将 git url 更改为 https://github.com/nodejs/node
。
我正在尝试使用 spotify API,所以我开始了 here, which is the quick start guide. I'm on the Create a Project Folder and Files step. Everything before that works. I already have node downloaded. I was on This website 这是从 spotify 指南链接的,所以我尝试了 this site 上链接的步骤。每次我进入 ./configure 时,它都不起作用并显示“./configure:没有这样的文件或目录”。我不擅长这些类型的事情,所以关于我是否在做正确的事情以及如何解决它的一些建议会很棒。谢谢!
在那些脚本中有:
git clone git://github.com/joyent/node.git
cd node
./configure --prefix=~/local
因此它 git 克隆节点存储库,cd
到其中,并尝试从目录中 运行 configure
脚本。
This repository is an archive of Node.js before the move to nodejs/node.
将 git url 更改为 https://github.com/nodejs/node
。