5
我在一個我經常在本地測試的應用程序中實現了一個npm模塊(稱爲扳手)。這工作總是沒有問題。然後我試圖在我的服務器上安裝扳手。npm模塊已安裝但不可用?
「故宮安裝扳手」如預期,但只要談到做工作「要求(‘扳手’)」,我得到以下錯誤:
> require("wrench")
Error: Cannot find module 'wrench'
at Function._resolveFilename (module.js:320:11)
at Function._load (module.js:266:25)
at require (module.js:348:19)
at [object Context]:1:1
at Interface.<anonymous> (repl.js:171:22)
at Interface.emit (events.js:64:17)
at Interface._onLine (readline.js:153:10)
at Interface._line (readline.js:408:8)
at Interface._ttyWrite (readline.js:585:14)
at ReadStream.<anonymous> (readline.js:73:12)
如果我跑「故宮LS」我可以看到
[email protected]
有什麼我在這裏失蹤?
感謝,
埃利亞斯
你使用哪個版本的npm和node.js? – yojimbo87 2011-04-08 18:05:01