We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Might be a RequireJS related problem. I have a PR for switching to CommonJS/Webpack: #357 Maybe it solves your issue.
Sorry, something went wrong.
Should be addressed in a new release now that #456 has been merged.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: