Tom Clarkson
Tom Clarkson
@monolithed An expiry time isn’t needed - if the token you have doesn’t work, try getting a new one. You could check the expiry beforehand if you really wanted to,...
The code modified in this PR isn't actually the problem. The error comes up because there are multiple versions of the react native headers in the search path - the...
Adding a full command line for this seems like overkill to me. Certainly it needs to be documented, but it isn't just putting ace in an arbitrary magic path. I...
Pretty sure that can't happen. It's in node_modules, so the only way it can legitimately get there is explicitly adding it with npm install or nom link - essentially a...
That was npm install in the dev environment sense - clone brace from git, npm install to get dependencies, then npm install github:tqc/ace or link to add the optional dependency...