You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Browsers and versions affected
Python 2.7.5 node --version v10.23.0 openjdk version "1.8.0_272"
OpenJDK Runtime Environment (build 1.8.0_272-b10)
OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)
grunt-cli v1.3.2
grunt v1.3.0
Description
grunt -v 出现错误
Steps to reproduce
Expected results
grunt -v is ok
Actual results
/root/apprtc-master/src/web_app/js/appcontroller_test.js
11:12 error 'AppController' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/appcontroller.js
18:5 error 'remoteVideo' is already defined as a built-in global variable no-redeclare
54:5 error 'AppController' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/call_test.js
11:23 error 'Call' is already defined as a built-in global variable no-redeclare
14:4 error 'XMLHttpRequest' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/call.js
11:12 error 'trace' is already defined as a built-in global variable no-redeclare
19:5 error 'Call' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/loopback.js
66:1 error Expected indentation of 10 spaces but found 8 indent
73:1 error Expected indentation of 10 spaces but found 8 indent
/root/apprtc-master/src/web_app/js/peerconnectionclient.js
11:12 error 'trace' is already defined as a built-in global variable no-redeclare
17:46 error 'DOMException' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/roomselection.js
11:26 error 'Storage' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/sdputils.js
11:13 error 'adapter' is already defined as a built-in global variable no-redeclare
11:22 error 'trace' is already defined as a built-in global variable no-redeclare
407:16 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
407:49 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
/root/apprtc-master/src/web_app/js/signalingchannel_test.js
11:64 error 'WebSocket' is already defined as a built-in global variable no-redeclare
12:4 error 'XMLHttpRequest' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/signalingchannel.js
11:23 error 'trace' is already defined as a built-in global variable no-redeclare
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Browsers and versions affected
Python 2.7.5 node --version v10.23.0 openjdk version "1.8.0_272"
OpenJDK Runtime Environment (build 1.8.0_272-b10)
OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)
grunt-cli v1.3.2
grunt v1.3.0
Description
grunt -v 出现错误
Steps to reproduce
Expected results
grunt -v is ok
Actual results
/root/apprtc-master/src/web_app/js/appcontroller_test.js
11:12 error 'AppController' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/appcontroller.js
18:5 error 'remoteVideo' is already defined as a built-in global variable no-redeclare
54:5 error 'AppController' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/call_test.js
11:23 error 'Call' is already defined as a built-in global variable no-redeclare
14:4 error 'XMLHttpRequest' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/call.js
11:12 error 'trace' is already defined as a built-in global variable no-redeclare
19:5 error 'Call' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/loopback.js
66:1 error Expected indentation of 10 spaces but found 8 indent
73:1 error Expected indentation of 10 spaces but found 8 indent
/root/apprtc-master/src/web_app/js/peerconnectionclient.js
11:12 error 'trace' is already defined as a built-in global variable no-redeclare
17:46 error 'DOMException' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/roomselection.js
11:26 error 'Storage' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/sdputils.js
11:13 error 'adapter' is already defined as a built-in global variable no-redeclare
11:22 error 'trace' is already defined as a built-in global variable no-redeclare
407:16 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
407:49 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
/root/apprtc-master/src/web_app/js/signalingchannel_test.js
11:64 error 'WebSocket' is already defined as a built-in global variable no-redeclare
12:4 error 'XMLHttpRequest' is already defined as a built-in global variable no-redeclare
/root/apprtc-master/src/web_app/js/signalingchannel.js
11:23 error 'trace' is already defined as a built-in global variable no-redeclare
The text was updated successfully, but these errors were encountered: