react-datta-able icon indicating copy to clipboard operation
react-datta-able copied to clipboard

I get a module not found recompose error

Open MomentsOfInsanity opened this issue 3 years ago • 2 comments

this is the steps i did.

  1. in folder A i cloned the django api.
  2. then I cd into the folder.
  3. I did pip install -r requirements.txt
  4. I did python manage.py migrate and python manage.py runserver then in another fold B i cloned the react datta. i cd into the folder. i did npm i -- force due to a ERR. then did npm run start. i get the same error of cab't resolve recompose in visual studio code i added the API_Server to the config.

Everytime I run npm start or yarn start i get a module not found error. here is image attached. sm0ke on discord was trying to assist.

IMG_7900

MomentsOfInsanity avatar Jan 04 '22 03:01 MomentsOfInsanity

Hello @MomentsOfInsanity,

Can you tell us:

  • OS type & version
  • Node js version
  • NPM version
  • Yarn Version

ty!

app-generator avatar Jan 04 '22 04:01 app-generator

Windows 10 Pro node version - v16.13.0 npm version - 8.1.0 yarn version - 1.22.17

MomentsOfInsanity avatar Jan 04 '22 17:01 MomentsOfInsanity