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
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
The text was updated successfully, but these errors were encountered:
Running
make install
, I got the following error on the line of the Makefile@cd ui && yarn run build
:I've never used react-scripts, but it does appear that
src/components/AppProvider
does exist, with an index.js in thereThe text was updated successfully, but these errors were encountered: