Tag: railway.js

错误:找不到模块'jade〜'

Im新的节点js。 我用化合物Js来创build一个crud操作。 该应用程序工作正常,直到我试图提醒一个值,之后,我得到的错误 500 Error: Cannot find module 'jade~' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:362:17) at require (module.js:378:17) 如何解决这个问题 我的索引 #tabs ul li a(href='#tabs-1') New Leave li a(href='#tabs-2') Index of Leave #tabs-1 .page-header h1 New employee – var form = formFor(employee, {action: pathTo.employees(), method: 'POST', id: "employee_form", class: 'form-horizontal'}) != form.begin() != […]