I';m在将node.js与socketstream一起使用时出现以下错误;抛出新错误(“找不到模块”&“x27”&“x2B”x&“x2B”&“x27”);

I';m在将node.js与socketstream一起使用时出现以下错误;抛出新错误(“找不到模块”&“x27”&“x2B”x&“x2B”&“x27”);,node.js,socketstream,Node.js,Socketstream,我正在将node.js与socketstream一起使用..在运行我的 “appln.找不到模块'/entry' [在此错误上中断] 抛出新错误(“找不到模块“'+x+””) 这里的解决方案是使用SocketStream的生成器生成应用程序文件夹和文件,这样就不会意外遗漏任何文件/文件夹: socketstream new <project_name> 你好,Maaaani,您是否使用“socketstream new”生成了该项目?看起来您在/client/code/app/en

我正在将node.js与socketstream一起使用..在运行我的

“appln.找不到模块'/entry' [在此错误上中断]

抛出新错误(“找不到模块“'+x+””)


这里的解决方案是使用SocketStream的生成器生成应用程序文件夹和文件,这样就不会意外遗漏任何文件/文件夹:

socketstream new <project_name>

你好,Maaaani,您是否使用“socketstream new”生成了该项目?看起来您在/client/code/app/entry处缺少entry.js文件。js@paulbjensen:不,我没有使用“socketstream new”生成项目。好的,我会尝试一下。@paulbjensen:谢谢。现在我的应用程序运行良好。。
socketstream new <project_name>
-c    (use CoffeeScript versions of the application's files)
-m    (generate the application without the demo code files)
-j    (use jade's templating system for the view & template files)