Stephen Weiss
Stephen Weiss
@tobiaszciesielski - downgrading the remark versions was working for a few days for me, but suddenly I'm getting a very weird (to me) error: ``` ./node_modules/http-proxy-agent/dist/agent.js:15:0 Module not found: Can't...
@roj1512 - looks like @sergiodxa doesn't think this is related to `remix-auth`: https://github.com/sergiodxa/remix-auth-oauth2/issues/15#issuecomment-1081317830
@boris-petrov certainly not _sure_ of it, but was pretty sure that was the only change I'd made to the project. Will give it another shot today to confirm.
Confirmed, the only change in my project is that I bumped node from v10 to v14.16. Now it won't compile.
Fwiw - the error seems right, when I follow the error and look at `@ember/render-modifiers/node_modules/@babel/helper-compilation-targets/package.json`, I see the following: ```json { "name": "@babel/helper-compilation-targets", "version": "7.8.3", "author": "The Babel Team (https://babeljs.io/team)",...
@billpull - yes, it seems that way! @ef4 actually answered a very similar question for me within the Ember Discord
@alexlafroscia - out of curiosity, were you ever able to get typescript working? Seems like I'm running into the same issue as @MCJ93 -- (`ember-cli-typescript: 3.1.4` though) **Update** - I...