我在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
更新 不需要使用管理员模式
答案 0 :(得分:1)
我不确定是什么原因导致您的错误,但是当我以前在Windows机器上使用Meteor进行开发时,我能够通过卸载然后重新安装Meteor来解决同样的错误。
希望有所帮助