React com.github.facebook.watchman.plist 用于写入:不是目录

Posted

技术标签:

【中文标题】React com.github.facebook.watchman.plist 用于写入:不是目录【英文标题】:React com.github.facebook.watchman.plist for write: Not a directory 【发布时间】:2016-12-05 18:45:11 【问题描述】:

我在 google 之后尝试了所有可能的方法,但没有任何效果我更新了 Xcode 8.1 并使用最新的 NodeJs 更新了 MAC OS

React packager ready.

2016-12-06T00:09:00,331: [cli] Failed to open /Users/anilyadav/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Not a directory

2016-12-06T00:09:00,331: [cli] Failed to open /Users/anilyadav/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Not a directory

Watchman:  watchman--no-pretty get-sockname returned with exit code null 2016-12-06T00:09:00,331: [cli] Failed to open /Users/anilyadav/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Not a directory

【问题讨论】:

【参考方案1】:

你的看守有错误,试试这个:

npm r -g watchman
brew update && brew upgrade
brew install watchman

【讨论】:

我从过去 3 天开始就卡住了 我使用的是 Mac OS Sierra。 react-native 不能在 Sierra 上工作吗?

以上是关于React com.github.facebook.watchman.plist 用于写入:不是目录的主要内容,如果未能解决你的问题,请参考以下文章

react插件网站,react插件社区,react中文论坛

「首席架构师推荐」React生态系统大集合

import * as react from 'react' 与 import react from 'react' 有啥区别

“使用 JSX 时,React 必须在范围内”(react/react-in-jsx-scope 与 index.js 上的“window.React = React”)

React 系列教程

React学习笔记-1-什么是react,react环境搭建以及第一个react实例