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
Hi Team,
I am not able to proceed further here , getting 404 GET /Binder/Startup.js,
Local: http://localhost:3000 External: http://100.108.19.44:3000
UI: http://localhost:3001
[BS] Serving files from: ./ [BS] Watching files... 17.06.24 08:54:24 304 GET /index.html 17.06.24 08:54:24 304 GET /style.css 17.06.24 08:54:24 304 GET /node_modules/es6-shim/es6-shim.min.js 17.06.24 08:54:24 304 GET /node_modules/zone.js/dist/zone.js 17.06.24 08:54:24 304 GET /systemjs.config.js 17.06.24 08:54:24 304 GET /node_modules/reflect-metadata/Reflect.js 17.06.24 08:54:24 304 GET /node_modules/systemjs/dist/system.src.js [BS] Reloading Browsers... [BS] Reloading Browsers... 08:54:24 - Compilation complete. Watching for file changes. [0] [0] [1] 17.06.24 08:54:24 404 GET /Binder/Startup.js
systemjs.config.js
/**
Please help on this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team,
I am not able to proceed further here , getting 404 GET /Binder/Startup.js,
** browser-sync config **
{ injectChanges: false,
files: [ './**/*.{html,htm,css,js}' ],
watchOptions: { ignored: 'node_modules' },
server: { baseDir: './', middleware: [ [Function], [Function] ] } }
[BS] Access URLs:
UI External: http://100.108.19.44:3001
[BS] Serving files from: ./
[BS] Watching files...
17.06.24 08:54:24 304 GET /index.html
17.06.24 08:54:24 304 GET /style.css
17.06.24 08:54:24 304 GET /node_modules/es6-shim/es6-shim.min.js
17.06.24 08:54:24 304 GET /node_modules/zone.js/dist/zone.js
17.06.24 08:54:24 304 GET /systemjs.config.js
17.06.24 08:54:24 304 GET /node_modules/reflect-metadata/Reflect.js
17.06.24 08:54:24 304 GET /node_modules/systemjs/dist/system.src.js
[BS] Reloading Browsers...
[BS] Reloading Browsers...
08:54:24 - Compilation complete. Watching for file changes.
[0]
[0]
[1] 17.06.24 08:54:24 404 GET /Binder/Startup.js
systemjs.config.js
/**
*/
(function (global) {
System.config({
paths: {
// paths serve as alias
'npm:': '../node_modules/'
},
// map tells the System loader where to look for things
map: {
// our app is within the app folder
app: 'startup',
// angular bundles
'@angular/core': 'npm:@angular/core/bundles/core.umd.js',
'@angular/common': 'npm:@angular/common/bundles/common.umd.js',
'@angular/compiler': 'npm:@angular/compiler/bundles/compiler.umd.js',
'@angular/platform-browser': 'npm:@angular/platform-browser/bundles/platform-browser.umd.js',
'@angular/platform-browser-dynamic': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
'@angular/http': 'npm:@angular/http/bundles/http.umd.js',
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
// other libraries
'rxjs': 'npm:rxjs',
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
},
// packages tells the System loader how to load when no filename and/or no extension
packages: {
app: {
main: '../../Binder/Startup.js',
defaultExtension: 'js'
},
rxjs: {
defaultExtension: 'js'
},
'angular2-in-memory-web-api': {
main: './index.js',
defaultExtension: 'js'
}
}
});
})(this);
Please help on this.
The text was updated successfully, but these errors were encountered: