You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 majors issues on windows 10 that prevents this repo from running, I'm hoping somebody has a solution:
It's not building, there's a dependency error (Module not found: Error: Can't resolve 'isomorphic-fetch' in 'C:\code\react\airframe-react\app\routes\Forms\Typeahead\components')
Chokidar monitor changes on c:, the root of the hard drive. It's monitoring 500Gb of files, including windows system files.
While I'll probably figure out the dependency issue, I have no idea where to start to have Chokidar monitor from the root of the repo rather than my entire drive. Any help would be most welcome!
Here are the steps I took to setup:
git cloned the repo (from c:\code\react)
npm install from the freshly cloned repo (c:\code\react\airframe-react)
Hi,
There are 2 majors issues on windows 10 that prevents this repo from running, I'm hoping somebody has a solution:
Module not found: Error: Can't resolve 'isomorphic-fetch' in 'C:\code\react\airframe-react\app\routes\Forms\Typeahead\components'
)While I'll probably figure out the dependency issue, I have no idea where to start to have Chokidar monitor from the root of the repo rather than my entire drive. Any help would be most welcome!
Here are the steps I took to setup:
npm install
from the freshly cloned repo (c:\code\react\airframe-react)npm start
Here's the output showing both issues:
The text was updated successfully, but these errors were encountered: