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

line 87 col 3 Missing "Use Strict" Statement #3

Open
drethedevjs opened this issue Jul 10, 2018 · 4 comments
Open

line 87 col 3 Missing "Use Strict" Statement #3

drethedevjs opened this issue Jul 10, 2018 · 4 comments

Comments

@drethedevjs
Copy link

The file path that my terminal is referencing the error is

builds/development/js/myscript.js

I opened the file and it looks like "Use Strict" is at the top of the page right where it needs to be but for some reason, it's not registering and throwing this error.

It's also saying that the error is on the last line in the last column...odd.

@rikchivaror
Copy link

I'm having the same issue.

@chadgonzales
Copy link

Same issue here

@ravishankarbanka
Copy link

this issue got resolved after moving "Use Strict" to the top of the file like below

"use strict"; //----------to here
$(function() {
//"use strict"; -----------from here
var topoffset = 50; //variable for menu height

@ndiklasthedev
Copy link

in the file "builds/development/js/myscript.js"

after function is called last line there is extra }); delete then save and run gulp again

$('.carousel').carousel({
pause: false
});
});

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

5 participants