You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After playing around with the import and/or other changes in the file, I get a Maximum call stack size exceeded on the Meteor console:
=> Errors prevented startup:
While processing files with akryum:vue-component (for target web.browser):
/Users/---/.meteor/packages/meteor-tool/.1.8.0_2.1uuxpyr.yrlhi++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/static-assets/server/mini-files.js:92:19:
Maximum call stack size exceeded
at Object.pathDirname
(/Users/---/.meteor/packages/meteor-tool/.1.8.0_2.1uuxpyr.yrlhi++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/static-assets/server/mini-files.js:92:19)
at InputFile.getDirname (/tools/isobuild/build-plugin.js:476:18)
at getFullDirname (packages/vue-component/plugin/utils.js:56:61)
at VueCompo.isIgnored (packages/vue-component/plugin/vue-compiler.js:117:23)
at async.eachLimit (packages/vue-component/plugin/vue-compiler.js:42:17)
[...]
(I intentionally trimmed the output here since it's 149457 lines long.)
Here are the versions and packages I'm using:
❯ meteor --version
Meteor 1.8.0.2
❯ meteor list
accounts-password 1.5.1 Password support for accounts
akryum:vue-coffee 0.4.1 Add coffee support for vue components
akryum:vue-component 0.14.3 VueJS single-file components that hot-reloads
akryum:vue-less 0.1.1 Add less support for vue components
akryum:vue-pug 0.1.1 Add pug support for vue components
akryum:vue-sass 0.1.1 Add sass and scss support for vue components
akryum:vue-stylus 0.1.1 Add stylus support for vue components
aldeed:schema-deny 3.0.0 Deny inserting or updating certain properties t...
aldeed:simple-schema 1.5.4 A simple schema validation object with reactivi...
allow-deny 1.1.0 Implements functionality for allow/deny and cli...
cfs:http-methods 0.0.32 Adds HTTP.methods RESTful
deanius:promise 3.1.3 Utilities for Promise-based wrappers, method ca...
dynamic-import 0.5.1 Runtime support for Meteor 1.5 dynamic import(....
ecmascript 0.12.4 Compiler plugin that supports ES2015+ in all ....
es5-shim 4.8.0 Shims and polyfills to improve ECMAScript 5 sup...
meteor-base 1.4.0 Packages that every Meteor app needs
meteorhacks:inject-initial 1.0.4 Allow injection of arbitrary data to initial Me...
mobile-experience 1.0.5 Packages for a great mobile user experience
mongo 1.6.0* Adaptor for using MongoDB and Minimongo over DDP
shell-server 0.4.0 Server-side component of the `meteor shell` com...
standard-minifier-css 1.5.2 Standard css minifier used with Meteor apps by ...
standard-minifier-js 2.4.0 Standard javascript minifiers used with Meteor ...
static-html 1.2.2 Define static page content in .html files
tracker 1.2.0 Dependency tracker to allow reactive callbacks
underscore 1.0.10 Collection of small helpers: _.map, _.each, ...
* New versions of these packages are available! Run 'meteor update' to try to update
those packages to their latest versions. If your packages cannot be updated
further, try typing `meteor add <package>@<newVersion>` to see more information.
I also opened an issue on vue-material-design-icons issue tracker since it's the only package it happened with, but in any case, this seems a combination of factors since the package seems to work without Meteor/vue-meteor, so still relevant to this project as well.
The text was updated successfully, but these errors were encountered:
alejandroiglesias
changed the title
Maximum call stack size exceeded
Cannot find module error / Maximum call stack size exceeded
Mar 26, 2019
I just bumped into this error after a strange sequence of steps.
First, adding the vue-material-design-icons npm package:
I got a cannot find module error in the browser console:
After playing around with the import and/or other changes in the file, I get a
Maximum call stack size exceeded
on the Meteor console:(I intentionally trimmed the output here since it's 149457 lines long.)
Here are the versions and packages I'm using:
I also opened an issue on vue-material-design-icons issue tracker since it's the only package it happened with, but in any case, this seems a combination of factors since the package seems to work without Meteor/vue-meteor, so still relevant to this project as well.
The text was updated successfully, but these errors were encountered: