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

Invalid left-hand side in assignment #353

Closed
HexAtlanta opened this issue Jan 22, 2016 · 2 comments
Closed

Invalid left-hand side in assignment #353

HexAtlanta opened this issue Jan 22, 2016 · 2 comments
Milestone

Comments

@HexAtlanta
Copy link

Installed a fresh version of forge from bower
bower install forge --save

That add me "forge": "~0.6.38" as dependecies.

the the app goes in error with the error above, line 50:

var tmpDefine = define;
--> define = function(ids, factory) {
deps = (typeof ids === 'string') ? factory.slice(2) : ids.slice(2);
if(nodeJS) {
delete define;
return tmpDefine.apply(null, Array.prototype.slice.call(arguments, 0));
}
define = tmpDefine;
ret

@ysangkok
Copy link

ysangkok commented Feb 9, 2016

Might be a RequireJS related problem. I have a PR for switching to CommonJS/Webpack: #357 Maybe it solves your issue.

@dlongley
Copy link
Member

Should be addressed in a new release now that #456 has been merged.

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

4 participants