2016-07-30 2 views
0

Я изучаю реакцию-native. И я следую учебным курсам на веб-сайте. Когда я выполняю «run-ios для реагирования» ». Бывают некоторые сообщения об ошибках.com.github.facebook.watchman.plist для записи: Permission denied запускает инициативный исходный проект

Looking for JS files in 
    /Users/Mapple/Developer/React-native-workspace/HelloWorld 

[19:16:32] <START> Building Dependency Graph 
[19:16:32] <START> Crawling File System 
[Hot Module Replacement] Server listening on /hot 

React packager ready. 

2016-07-30T19:16:32,265: [cli] Failed to open /Users/Mapple/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied 

2016-07-30T19:16:32,265: [cli] Failed to open /Users/Mapple/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied 

Watchman: watchman--no-pretty get-sockname returned with exit code null 2016-07-30T19:16:32,265: [cli] Failed to open /Users/Mapple/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied 

ERROR watchman--no-pretty get-sockname returned with exit code null 2016-07-30T19:16:32,265: [cli] Failed to open /Users/Mapple/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied 

Error: watchman--no-pretty get-sockname returned with exit code null 2016-07-30T19:16:32,265: [cli] Failed to open /Users/Mapple/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied 

    at ChildProcess.<anonymous> (/Users/Mapple/Developer/React-native-workspace/HelloWorld/node_modules/fb-watchman/index.js:198:18) 
    at emitTwo (events.js:106:13) 
    at ChildProcess.emit (events.js:191:7) 
    at maybeClose (internal/child_process.js:850:16) 
    at Socket.<anonymous> (internal/child_process.js:323:11) 
    at emitOne (events.js:96:13) 
    at Socket.emit (events.js:188:7) 
    at Pipe._handle.close [as _onclose] (net.js:492:12) 

Я считаю, что нет файла com.github.facebook.watchman.plist в/Users/Мапл/Library/LaunchAgents. Я пробовал различные способы, но это не играет роли
я буду с ума

пакеты Версия:..

1.node: v6.1.0
2.watchman: 4.6.0

ответ