-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Error: Script Error from requireJS #600
Comments
@PocketDealHunter When you get this error, its best to run # (Depends however you run this)
karma start
# In another window
karma run in the browser just check for javascript errors (404 resource not found) in the console. That will give you a clue as to what is missing. |
@PocketDealHunter Usually when I debug Require.js I just run |
Thank you dilip and kjbekkelund, I've found the issue out by looking at chrome debug. |
I've got this issue ! How you have resolved it ? |
Hi,
I'm trying to run karma on my project with requireJS and I followed the instructions on this project but when attempting to run my project - I get a script error from requireJS:
I'm not sure what to do here.. any ideas.
Here is my karma debug output -
Karma-conf
test-main.js
The text was updated successfully, but these errors were encountered: