deactivated+1 said over 2 years ago on FullCalendar with StimulusJS :
Do I need to use FullCalendar together with Bootstrap? Because I'm building a rails app using Tailwind as my css framework, and I did everything you did in the video until the part you render the calendar for the first time and in my app the calendar doesn't appear at all. :/

I'm getting this error:
ERROR in ./app/javascript/controllers/index.js
Module not found: Error: Can't resolve 'stimulus' in '/Users/gonzalezarthur/GitHub/Helpeat/app/javascript/controllers'
 @ ./app/javascript/controllers/index.js 3:0-39 5:18-29
 @ ./app/javascript/packs/application.js

ERROR in ./app/javascript/controllers/hello_controller.js
Module not found: Error: Can't resolve 'stimulus' in '/Users/gonzalezarthur/GitHub/Helpeat/app/javascript/controllers'
 @ ./app/javascript/controllers/hello_controller.js 29:0-38 50:2-12
 @ ./app/javascript/controllers sync _controller\.js$
 @ ./app/javascript/controllers/index.js
 @ ./app/javascript/packs/application.js

ERROR in ./app/javascript/controllers/index.js
Module not found: Error: Can't resolve 'stimulus/webpack-helpers' in '/Users/gonzalezarthur/GitHub/Helpeat/app/javascript/controllers'
 @ ./app/javascript/controllers/index.js 4:0-66 9:17-39
 @ ./app/javascript/packs/application.js

ERROR in ./app/javascript/controllers/calendar_controller.js
Module not found: Error: Can't resolve 'stimulus/webpack-helpers' in '/Users/gonzalezarthur/GitHub/Helpeat/app/javascript/controllers'
 @ ./app/javascript/controllers/calendar_controller.js 22:0-66
 @ ./app/javascript/controllers sync _controller\.js$
 @ ./app/javascript/controllers/index.js
 @ ./app/javascript/packs/application.js