Daniel Tschinder
Daniel Tschinder
Can you provide a complete example of the file? I tried recreating the issue but when I add any of the methods you provided to to a react class it...
Can you please provide an example of a component, which shows this behavior?
This problem happens because PropTypes is never imported. Is this valid code that works? Which means `PropTypes` is a global?
Is this happening during bundling? The problem here I guess is that we do not specify file extensions in react-docgen, because Node.js does not need them. But even webpack or...
@wtgtybhertgeghgtwtg micromatch/micromatch#122 is a breaking change I think, as snapdragon was also updated to a new breaking version. The core apia should not break (match, createRegex, parse, etc), but also...
A simple workaround is to use node 16 for now. The problem lies in the name resolution for `localhost` which as of node 17 sometimes gets resolved to `::1` and...
It looks like that eleventy is running on port `8081` in your case, whereas `netlify/cli` is waiting for the default port `8080`.
Yes hopefully, once this is merged and we update it should solve all these problems: https://github.com/dwmkerr/wait-port/pull/84
Could you try using version 12.0.2 and see if it works better?
Please report this to termux or npm. I don't think we can do anything about this in the netlify-cli here.