Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Quick start example no longer works #5

Open
ppvk opened this issue Jan 10, 2015 · 1 comment
Open

Quick start example no longer works #5

ppvk opened this issue Jan 10, 2015 · 1 comment

Comments

@ppvk
Copy link

ppvk commented Jan 10, 2015

When I follow your directions I end up with the node-webkit clouds and an error that says:

Uncaught node.js Error

TypeError: undefined is not a function
at dart.J.get$length$asx (file:///home/username/Development/test/build/web/index.dart.js:3629:41)
at dart.main (file:///home/username/Development/test/build/web/index.dart.js:3499:12)
at file:///home/username/Development/test/build/web/index.dart.js:4281:7
at init.currentScript (file:///home/username/Development/test/build/web/index.dart.js:4263:5)
at file:///home/username/Development/test/build/web/index.dart.js:4276:3
at file:///home/username/Development/test/build/web/index.dart.js:4286:3

@Driky
Copy link

Driky commented Jan 20, 2015

The problem come from
gui.App.argv.length
if you use
gui.App.argv[0]
directly in the string, it works. But if you put something like :
var a = gui.App.argv.length;
before the querySelector, the error comes up.

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

No branches or pull requests

2 participants