-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work anymore #104
Comments
Removing the last line from the .env file does the trick |
Open your .env file and remove the last line of the configutation. Save the file and run again |
@janterlaak That works. I dig out a lot bit more and find out the real problem is |
after installation and creating a project
yarn start
/Users/j/test/myapp/node_modules/custom-react-scripts/scripts/start.js:21
throw err;
^
RangeError: Invalid string length
at Object.stringify (native)
at serializeMap (/Users/j/test/myapp/node_modules/inspectpack/lib/utils/cache.js:26:15)
at getCacheFilePath.then.filePath (/Users/janterlaak/test/myapp/node_modules/inspectpack/lib/utils/cache.js:93:27)
error Command failed with exit code 1.$
The text was updated successfully, but these errors were encountered: