我仍然有这个错误..并且还没有找到解决方法,有人可以帮我吗?我在这里读了一些问题但是没有一个能帮助我...
$ npm start
> daehan@1.0.0 start C:\Users\DaeHan
> budo index.js --live
[0003] info Server running at http://1.224.129.91:9966/ (connect)
[0003] info LiveReload running on 35729
[0003] 16ms 256B GET 200 / (generated)
[0003] 378ms 1440B (browserify)
[0004] 0ms 1440B GET 200 /index.js (generated)
events.js:160
throw er; // Unhandled 'error' event
^
Error: watch AppData\Local\Microsoft\Windows\Temporary Internet Files EPERM
at exports._errnoException (util.js:1018:11)
at FSWatcher.start (fs.js:1443:19)
at Object.fs.watch (fs.js:1470:11)
at createFsWatchInstance (C:\Users\DaeHan\node_modules\chokidar\lib\nodefs-handler.js:37:15)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! daehan@1.0.0 start: `budo index.js --live`
npm ERR! Exit status 1
在localhost:9966上的工作时间为5秒,并且立即显示为"网站无法到达"页面..我尝试删除所有缓存并刷新npm,临时Internet文件并尝试更改Apache httpd.congf上的localhost路径(listen 9966,ServerName localhost:9966)。
似乎我需要专门为此做点什么......我看到一个可解决的答案是
您需要做的是在用户变量>中添加以上内容。路径>添加" C:\ Windows \ System32 \"
但是我和新人一样,我不知道如何做到这一点..任何人都可以帮忙吗?