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
I get the below error after changing the theme on Adapt authoring tool :
`command failed: grunt server-build:prod --outputdir=courses\60fea49cb40f4d62785a366d\60ffb1a272506219243d481b\build --theme=60fea584b40f4d62785a3688 --menu=adapt-contrib-boxMenu [Error: connect ECONNREFUSED 127.0.0.1:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) ] { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 } FileError: resource '//fonts.googleapis.com/css?family=Open+Sans:400,300,700' gave this Error: Error: connect ECONNREFUSED 127.0.0.1:443 in src/theme/60fea584b40f4d62785a3688/less/fonts.less on line 4, column 1: 3 4 @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700); 5
Fatal error: FileError: resource '//fonts.googleapis.com/css?family=Open+Sans:400,300,700' gave this Error: Error: connect ECONNREFUSED 127.0.0.1:443 in src/theme/60fea584b40f4d62785a3688/less/fonts.less on line 4, column 1: 3 4 @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700); 5 � `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the below error after changing the theme on Adapt authoring tool :
`command failed: grunt server-build:prod --outputdir=courses\60fea49cb40f4d62785a366d\60ffb1a272506219243d481b\build --theme=60fea584b40f4d62785a3688 --menu=adapt-contrib-boxMenu
[Error: connect ECONNREFUSED 127.0.0.1:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
] {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 443
}
FileError: resource '//fonts.googleapis.com/css?family=Open+Sans:400,300,700' gave this Error:
Error: connect ECONNREFUSED 127.0.0.1:443
in src/theme/60fea584b40f4d62785a3688/less/fonts.less on line 4, column 1:
3
4 @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
5
Fatal error: FileError: resource '//fonts.googleapis.com/css?family=Open+Sans:400,300,700' gave this Error:
Error: connect ECONNREFUSED 127.0.0.1:443
in src/theme/60fea584b40f4d62785a3688/less/fonts.less on line 4, column 1:
3
4 @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
5
�
`
The text was updated successfully, but these errors were encountered: