簡體   English   中英

為什么流星只在Windows 10上運行管理員

[英]why meteor run only administrator on windows 10

我在Windows 10上運行了$ metor但另一個驅動器卻出現錯誤

W20170209-23:17:53.763(3.5)? (STDERR) module.js:327
W20170209-23:17:53.764(3.5)? (STDERR)     throw err;
W20170209-23:17:53.765(3.5)? (STDERR)     ^
W20170209-23:17:53.765(3.5)? (STDERR) 
W20170209-23:17:53.766(3.5)? (STDERR) Error: Cannot find module 'fibers'
W20170209-23:17:53.766(3.5)? (STDERR)     at Function.Module._resolveFilename (module.js:325:15)
W20170209-23:17:53.766(3.5)? (STDERR)     at Function.Module._load (module.js:276:25)
W20170209-23:17:53.767(3.5)? (STDERR)     at Module.require (module.js:353:17)
W20170209-23:17:53.767(3.5)? (STDERR)     at require (internal/module.js:12:17)
W20170209-23:17:53.768(3.5)? (STDERR)     at Object.<anonymous> (D:\Developing\Programming\Web\Tuto
rial\Meteor\myapp2\.meteor\local\build\programs\server\boot.js:1:75)
W20170209-23:17:53.768(3.5)? (STDERR)     at Module._compile (module.js:409:26)
W20170209-23:17:53.769(3.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
W20170209-23:17:53.769(3.5)? (STDERR)     at Module.load (module.js:343:32)
W20170209-23:153.770(3.5)? (STDERR)     at Function.Module._load (module.js:300:12)
W20170209-23:17:53.770(3.5)? (STDERR)     at Module.require (module.js:353:17)

依此類推,但是當我在c:\\和管理員模式下運行此代碼時,我沒有任何錯誤

PS:

結點不適用於AppData\\Local\\.meteor\\packages\\meteor-tool\\1.4.2_3\\mt-os.windows.x86_32\\dev_bundle\\server-lib\\node_modules

Windows 10錯誤

更新:不需要使用管理員模式

我不確定是什么導致了您的錯誤,但是當我以前在Windows計算機上使用Meteor進行開發時,我能夠通過卸載然后重新安裝Meteor來解決相同的錯誤。

希望能有所幫助

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM