Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始看这个视频,这个程序员一步一步地展示了一个非常基本的聊天应用程序。
当我尝试执行“npm install”命令时,我的问题就开始了。我收到以下消息: 在此处输入图像描述
我做的一切都和视频里一样。
{ "name":"chat", "version":"0.0.1", "private":"true", "dependencies:":{ "socket.io":"1.4.4", "express":"4.13.4" } }
缺少的是依赖项中 socket.io 之后的逗号。现在应该可以工作了。