Closed cyclops24 closed 8 years ago
same error here. I updated from 1.1 to 1.2.1 and I am not using cordova so not sure why it is happening. I am using OSX 10.11.2
Same issue with meteor 1.3 beta5. Initial check indicates my user auth has expired so i meteor login again.
After that, still getting this issue when i use --verbose mode:
Local package version is up-to-date: webapp-hashing@1.0.6-modules.5
Doing HTTP request: POST
https://www.meteor.com/oauth2/authorize?state=03dc5e4212b4d392f7eca9638fc5cdb5&response_type=code&client_id=xxxxx&redirect_uri=https%3A%2F%2Factivity.meteor.com%2F_oauth%2Fmeteor-developer%3Fclose
Doing HTTP request: GET
https://activity.meteor.com/_oauth/meteor-developer?close=&state=03dc5e4212b4d392f7eca9638fc5cdb5&code=AZXhbMwiTdNqShJbj&only_credential_secret_for_test=1
TypeError: Cannot call method 'split' of undefined
at /tools/isobuild/compiler-plugin.js:699:42
at Array.forEach (native)
at /tools/isobuild/compiler-plugin.js:698:34
at scan (/tools/isobuild/compiler-plugin.js:719:51)
at Function.computeJsOutputFilesMap (/tools/isobuild/compiler-plugin.js:729:7)
at ClientTarget._emitResources (/tools/isobuild/bundler.js:736:8)
Any idea what is wrong?
@stubailo I found a solution for my issue. I have near 1000 line of comments at the end of startup.js file (one of my project files that contain some seed data for set default values) when I remove this comments my project build successfully.
What is the problem??
cc @kctang, @one-pereyra
Closing as a duplicate of #7311. See the closing comment there for more information and other related issues and possible solutions. Ultimately, a reproduction was never available so please start a new issue with a reproduction (see: reporting a bug) if you're still experiencing this problem.
Hi, When I try to deploy my app (with meteor-up
mup deploy
command) I got this error on build step then I test and found that same error also return when usemeteor build
command:And this is my
meteor build --verbose
output:My app run correctly now without any error but has error on build. I deploy this project some days ago without any problem. But after
meteor update
and add maximum:server-transform package deploy error appear. I also try to removemaximum:server-transform
package and test again but it isn't fix.This is my project
meteor list
output if useful:I also try
DEBUG=* mup deploy
for verbose mode but it isn't new detail about error.I also try build project after
meteor reset
but it isn't work.Please help me to troubleshoot this error if it's possible. How to find that where is the error?? How to trace build process?? How to find that in which file
TypeError: Cannot call method 'split' of undefined
happened??I think it's a meteor CLI bug. Please see updated question in StackOverflow too.