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
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10, Visual STudio code.
Versions. Please run ng --version. If there's nothing outputted, please run
in a Terminal: node --version and paste the result here:
angular-cli: 1.0.0-beta.15
node: 6.6.0
os: win32 x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
I originally created the app with angular-cli beta 10 and have now been trying to upgrade to latest for a week. I have install angular-cli globally and locally, and cleared the cache. I npm installed everything and installed typings. I ng build an everything builds fine. I ng serve and all is well until it tries to load the app. I'm getting:
"SCRIPT438: Object doesn't support property or method 'match'"
main.bundle.js (19707,5)
which is this method:
/**
Splits a URI into its component parts.
*
Each component can be accessed via the component indices; for example:
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10, Visual STudio code.
Versions. Please run
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli: 1.0.0-beta.15
node: 6.6.0
os: win32 x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
I originally created the app with angular-cli beta 10 and have now been trying to upgrade to latest for a week. I have install angular-cli globally and locally, and cleared the cache. I npm installed everything and installed typings. I ng build an everything builds fine. I ng serve and all is well until it tries to load the app. I'm getting:
"SCRIPT438: Object doesn't support property or method 'match'"
main.bundle.js (19707,5)
which is this method:
/**
*
function _split(uri) {
return uri.match(_splitRe);
}
I set a breakpoint and the uri is 381.
more information.
no log is generated that I can find.
The text was updated successfully, but these errors were encountered: