piceaTech / node-gitlab-2-github

Migrate Issues, milestones etc from gitlab to github
MIT License
555 stars 136 forks source link

npm ERR! Maximum call stack size exceeded #67

Closed archon810 closed 2 years ago

archon810 commented 4 years ago
sudo npm i
[sudo] password for root:
npm WARN notice [SECURITY] set-value has the following vulnerability: 1 high. Go here for more details: https://www.npmjs.com/advisories?search=set-value&version=2.0.1 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] braces has the following vulnerability: 1 low. Go here for more details: https://www.npmjs.com/advisories?search=braces&version=1.8.5 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm ERR! Maximum call stack size exceeded

   ╭──────────────────────────────────────╮
   │                                      │
   │   Update available 5.6.0 → 6.14.4    │
   │       Run npm i npm to update        │
   │                                      │
   ╰──────────────────────────────────────╯

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-04-15T07_04_41_807Z-debug.log
archon810 commented 4 years ago

Worked on 2nd attempt. Weird bug.

spruce commented 4 years ago

Could you post /root/.npm/_logs/2020-04-15T07_04_41_807Z-debug.log or send it to me? This seems not related to this project.

archon810 commented 4 years ago

Here you go https://gist.github.com/caae75b5bebb762a3f871832d81400a6.

spruce commented 4 years ago

I assume from the log that you are working on the WSL in Windows, correct. I think it rather is a problem with them. But as far as I can tell this should not happen on any system. Have you searched for this problem in npm repo?

archon810 commented 4 years ago

Correct, WSL. Since it worked on the 2nd try, I didn't look into it further, just wanted to report it.

The script worked pretty well.

mdbenito commented 2 years ago

@spruce I suggest to close this