league-for-good icon indicating copy to clipboard operation
league-for-good copied to clipboard

"Failed to compile" - Can't resolve './CreateLeagueButton.jsx'

Open emjayess opened this issue 6 years ago • 4 comments

Hi. I'm brand new to the project, or brand new to wanting to explore the project; but I cloned it yesterday, and failed to get it up and running...

Steps I followed:

  • Cloned master@28f8e33 on 4/28/2018.
  • Added .env to project...
  • Per Readme, added environment vars to .env (and provisioned Google+ Api)
  • npm install
  • npm run dev

Asciicast of terminal output:

  • https://asciinema.org/a/178982
  • Notably, this error?
ERROR in ./client/src/components/create_league/CreateLeagueSelector.jsx
Module not found: Error: Can't resolve './CreateLeagueButton.jsx' in '/Users/emjayess/Sources/freeCodeCamp/league-for-good/client/src/components/create_league'
 @ ./client/src/components/create_league/CreateLeagueSelector.jsx 17:26-61
 @ ./client/src/components/create_league/CreateLeagueForm.jsx
 @ ./client/src/components/Content.jsx
 @ ./client/src/app.jsx
 @ ./client/index.js

emjayess avatar Apr 29 '18 20:04 emjayess