toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

File to import not found or unreadable

Open MrDinsdale opened this issue 6 years ago • 1 comments

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?

MrDinsdale avatar Dec 10 '18 10:12 MrDinsdale

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.

MarkLSky avatar Dec 11 '18 10:12 MarkLSky