macOS High Sierra installation requires "watchman" and "hard-source-webpack-plugin: 0.7.4"
See original GitHub issueAfter running npm start -s
on macOS 10.13.4 I got the errors described in https://github.com/facebook/create-react-app/issues/871. After doing brew install watchman
I got https://github.com/mzgoddard/hard-source-webpack-plugin/issues/316. After changing the version of hard-source-webpack-plugin
to 0.7.4
in package.json
and running npm install
the npm start -s
gave an expected result.
Shall we consider updating the documentation and mention watchman
as a requirement for macOS Sierra and above and update the hard-source-webpack-plugin
?
BR0kEN@Macintosh:~ $ node --version
v10.3.0
BR0kEN@Macintosh:~ $ npm --version
6.1.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, after removing and downloading again entire slingshot, everything works again. Not sure why.
@coryhouse, PR has been opened. @Jorgu5, are you using bare
react-slingshot
without any modifications (see also https://github.com/AtomLinter/linter-jscs/issues/257)?