SpencerCDixon / exocortex

Open source, language independent, modern personal wiki
237 stars 20 forks source link

react-scripts build cannot resolve components/AppProvider on make install #15

Open andyhaskell opened 6 years ago

andyhaskell commented 6 years ago

Running make install, I got the following error on the line of the Makefile @cd ui && yarn run build:

Creating an optimized production build...
Failed to compile.

Module not found: Error: Can't resolve 'components/AppProvider' in '/home/andy/go/src/github.com/spencercdixon/exocortex/ui/src'

I've never used react-scripts, but it does appear that src/components/AppProvider does exist, with an index.js in there