-
Notifications
You must be signed in to change notification settings - Fork 656
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
Maximum call stack size exceeded with relative big registry #258
Comments
rlidwka
added a commit
that referenced
this issue
May 30, 2015
I had this issue too, trying to cache main npm repository.
|
Should be fixed in |
Fixed, Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After migrate my cumulative npm cache to sinopia, when I try to access the web interface, it crash.
The cache has 600mb and 9320 packages
$ ./node_modules/.bin/sinopia
warn --- config file - /Volumes/dataChest/distfiles/node/sinopia/config.yaml
warn --- http address - http://localhost:4873/
fatal --- uncaught exception, please report this
RangeError: Maximum call stack size exceeded
at Array.indexOf (native)
at psychoAnalyze (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/node_modules/minimatch/node_modules/sigmund/sigmund.js:22:19)
at sigmund (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/node_modules/minimatch/node_modules/sigmund/sigmund.js:35:5)
at new Minimatch (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/node_modules/minimatch/minimatch.js:153:35)
at Function.minimatch.makeRe (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/node_modules/minimatch/minimatch.js:782:10)
at Config.get_package_spec (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/lib/config.js:154:19)
at Auth.allow_access (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/lib/auth.js:132:43)
at async.filterSeries.template.name (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/lib/index-web.js:52:14)
at /Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/node_modules/async/lib/async.js:300:13
at iterate (/Volumes/dataChest/distfiles/node/sinopia/node_modules/sinopia/node_modules/async/lib/async.js:149:13)
The text was updated successfully, but these errors were encountered: