node.jsをサーバーサイドに用い、create-react-appをし、そのディレクトリに移動してnpm startしているのですが、このエラーから全く抜け出せません。
エラー文。
Starting the development server... dyld: lazy symbol binding failed: Symbol not found: _FSEventStreamCreate Referenced from: /Users/user/Documents/cycle/node_modules/webpack-dev-server/node_modules/fsevents/build/Release/fse.node Expected in: flat namespace dyld: Symbol not found: _FSEventStreamCreate Referenced from: /Users/user/Documents/cycle/node_modules/webpack-dev-server/node_modules/fsevents/build/Release/fse.node Expected in: flat namespace npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! cycle@0.1.0 start: `react-scripts start` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the cycle@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/user/.npm/_logs/2020-09-10T15_49_19_237Z-debug.log
このエラーにずっと対応できないでいます。どうすれば良いでしょうか?
試したこと
.envファイルに
SKIP_PREFLIGHT_CHECK=true
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/11 09:28