Skip to content
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

RangeError: Maximum call stack size exceeded #26

Open
kellyselden opened this issue Aug 24, 2019 · 8 comments
Open

RangeError: Maximum call stack size exceeded #26

kellyselden opened this issue Aug 24, 2019 · 8 comments
Labels
bug Something isn't working

Comments

@kellyselden
Copy link

I'm not sure what is causing this. It passes in Travis but fails on AppVeyor. It's running npx ember-no-implicit-this-codemod http://localhost:4200/ app/ on CI.

RangeError: Maximum call stack size exceeded
    at normalizeStringWin32 (path.js:33:30)
    at Object.resolve (path.js:328:20)
    at sync (C:\Users\appveyor\AppData\Roaming\npm-cache\_npx\1512\node_modules\ember-no-implicit-this-codemod\node_modules\mkdirp\index.js:68:14)

https://ci.appveyor.com/project/embercli/ember-cli-update/builds/26931625#L4337

@NullVoxPopuli
Copy link
Collaborator

Is this still an issue?

@kellyselden
Copy link
Author

yep https://ci.appveyor.com/project/embercli/ember-cli-update/builds/28016205#L3222

@NullVoxPopuli
Copy link
Collaborator

I wonder if this is related to the windows issues I was having with ember-cli in general on windows the other week? I think something may be goofy with tmp files?
On windows, I can't create new ember apps with the CLI

@kellyselden
Copy link
Author

not sure, but none of the other codemods are having this problem.

@NullVoxPopuli
Copy link
Collaborator

I imagine any codemod using telemetry would have this problem?
Telemetry uses cache, and I don't think the other codemods do

@tylerturdenpants
Copy link
Contributor

I think we should pull the cache from project or at least provide a switch to turn it off. Sound like a good idea?

@NullVoxPopuli
Copy link
Collaborator

Yeah. We don't need it, and it only has caused problems

@tylerturdenpants
Copy link
Contributor

so who is doing the work HAHAHA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants