-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add ExportFab back in #102
Conversation
I get this error when I run
I'm not sure how CircleCI passed -- maybe something to do with node_modules caching? Can you try to repro this error? Things you can try:
|
I ran into the same issue, it's actually a really annoying bug with docker's image caching forcing us to restart when we add new packages. I don't know why even |
Can you please share any links that you found in your investigation? |
Strange. I did The problem was with |
I'm still not sure whether that's an npm problem or not. It's possible the package.json and package-lock.json being copied into the docker container at runtime are coming from a stale cache and not the updated versions, which would be a docker problem. Still, agreed we should keep an eye out for this. |
package.json/package-lock.json were correct, it's an npm problem. |
No description provided.