toolkit
toolkit copied to clipboard
File to import not found or unreadable
Describe the bug
Some consumers are finding issues with not found or unreadable dependencies.
To Reproduce n/a
Expected behavior
Should install deps and work from a fresh project.
Attempted Fixes
Suggested fix is to add a .env
to the project with SASS_PATH=node_modules
. This needs a little research before implementation.
Screenshots
n/a
Desktop (please complete the following information):
n/a
Smartphone (please complete the following information):
n/a
Additional context
Add any other context about the problem here.
How has this issue affected you? Why is this change required? What problem does it solve?
There was a commit in regard to using SASS_PATH to the create-react-app documentation last week:
https://github.com/facebook/create-react-app/commit/013c8f2c733ef2022c138d69207297cc25a62d60
This method has worked for me with Toolkit and CRA.