stevekinney / tip-calculator

https://frontendmasters.com/courses/redux-fundamentals/
15 stars 99 forks source link

When trying to nom run start #1

Open ishaqkfoodhub opened 3 years ago

ishaqkfoodhub commented 3 years ago

./src/components/MenuItems.js Module not found: Can't resolve '@twilio-paste/stack'

Paritosh7 commented 3 years ago

Failed to compile

Module not found: Can't resolve '@twilio-paste/color-contrast-utils' in '/Users/x/y/z/tip-calculator-master/node_modules/@twilio-paste/theme/dist'

mrZbyszek commented 3 years ago

you can install the missing library manually: npm install @twilio-paste/color-contrast-utils@1.1.0

kyawzintun commented 2 years ago

update these two packages @twilio-paste/core and @twilio-paste/icons to the latest version

kevindsteeleii commented 2 years ago

I also made a separate issue here where I spun up the project on an online IDE and have it linked there as well. Either way, you've got options, future reader of this message! 👍

dtauer commented 1 year ago

We recommend using Node version 12.22.12 with this repo. Also, as indicated above, you may need to reinstall the @twillio dependencies:

npm i @twilio-paste/core @twilio-paste/icons @twilio-paste/badge @twilio-paste/color-contrast-utils