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

WebPack Syntax Error on Windows #126

Open
unuigbee opened this issue Dec 12, 2015 · 0 comments
Open

WebPack Syntax Error on Windows #126

unuigbee opened this issue Dec 12, 2015 · 0 comments

Comments

@unuigbee
Copy link

I'm getting this error when trying to start the application using WebPack or Meteor. I think it is similar to this issue here: laverdet/node-fibers#235. It also seems to be referencing files at the wrong directory in the stack trace (there is no C:\tools\ folder at all on the system).

OS: Windows 10, 64bit
Node: 5.2.0
Python: 2.7.0
NPM: 3.3.12

Resolve cb threw SyntaxError: Unexpected token
at Object.parse (native)
at Function.readMetadataFromDirectory (C:\tools\isobuild\isopack.js:273:28)
at[object Object]._.extend._alreadyDownloaded (C:\tools\packaging\tropohouse.js:333:19)
at [object Object]._.extend._makeDownloader (C:\tools\packaging\tropohouse.js:401:33)
at C:\tools\packaging\tropohouse.js:546:29
at C:\tools\utils\buildmessage.js:356:18
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:349:34
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:347:23
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at Object.enterJob (C:\tools\utils\buildmessage.js:321:26)
at C:\tools\packaging\tropohouse.js:543:20
at C:\tools\packaging\package-map.js:57:7
at Function._.each._.forEach (C:\Users\Emmanuel_2\AppData\Local\.meteor
dev_bundle\lib\node_modules\underscore\underscore.js:87:22)
at [object Object]._.extend.eachPackage (C:\tools\packaging\package-map
at [object Object]._.extend.downloadPackagesMissingFromMap (C:\tools\pa
at C:\tools\project-context.js:702:25
at C:\tools\utils\buildmessage.js:356:18
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:349:34
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:347:23
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at Object.enterJob (C:\tools\utils\buildmessage.js:321:26)
at C:\tools\project-context.js:701:20
at C:\tools\packaging\catalog\catalog.js:100:5
at C:\tools\utils\buildmessage.js:268:13
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:261:29
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:259:18
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:250:23
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at Object.capture (C:\tools\utils\buildmessage.js:249:19)
at Object.catalog.runAndRetryWithRefreshIfHelpful (C:\tools\packaging\c
at ProjectContext._.extend._downloadMissingPackages (C:\tools\project-c
at C:\tools\project-context.js:257:35
at C:\tools\utils\buildmessage.js:356:18
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:349:34
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:347:23
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at Object.enterJob (C:\tools\utils\buildmessage.js:321:26)
at ProjectContext._.extend._completeStagesThrough (C:\tools\project-con
at ProjectContext._.extend.saveChangedMetadata (C:\tools\project-contex
at ProjectContext._.extend.prepareProjectForBuild (C:\tools\project-con
at C:\tools\runners\run-app.js:517:29
at C:\tools\utils\buildmessage.js:268:13
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:261:29
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:259:18
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at C:\tools\utils\buildmessage.js:250:23
at [object Object]._.extend.withValue (C:\tools\utils\fiber-helpers.js:
at Object.capture (C:\tools\utils\buildmessage.js:249:19)
at bundleApp (C:\tools\runners\run-app.js:516:31)
at [object Object]._.extend._runOnce (C:\tools\runners\run-app.js:594:3
at [object Object]._.extend._fiber (C:\tools\runners\run-app.js:858:28)
at C:\tools\runners\run-app.js:396:12
C:\Users\Emmanuel_2\AppData\Local\.meteor\packages\meteor-tool\1.1.9\mt-os.\future.js:246
throw(ex);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant