Describe the bug
Module not found when importing on a new react app.
To Reproduce
Steps to reproduce the behavior:
- Create a new react app
- npm install this module in the react app
- put
import '@vikelabs/uvic-course-scraper' at the top of any .js file
npm start the app
- See
Module not found: Error: Can't resolve '@vikelabs/uvic-course-scraper' in '/home/swmorrow/course-tree/src'
Expected behavior
The module is imported successfully and the app compiles.
Screenshots

Desktop (please complete the following information):
- OS: Arch Linux x86_64
- Browser Chromium
- Version 109.0.5414.74 (Official Build) Arch Linux (64-bit)
Describe the bug
Module not found when importing on a new react app.
To Reproduce
Steps to reproduce the behavior:
import '@vikelabs/uvic-course-scraper'at the top of any .js filenpm startthe appModule not found: Error: Can't resolve '@vikelabs/uvic-course-scraper' in '/home/swmorrow/course-tree/src'Expected behavior
The module is imported successfully and the app compiles.
Screenshots

Desktop (please complete the following information):