(SystemJS) XHR Error (404 Not Found) loading

I get the error below. I recently updated primengto the latest version, after which I got this error. I'm not sure what is wrong, and I try very hard at Google to find the answers, since I'm new to angular programming types.

I tried the following steps:

  • tried to denounce primengback to beta17but to no avail
  • tried to import the package traceurbut still no luck
  • tried primeng rc1, no luck

Could you tell me what is the real problem and how can I solve this problem?

localhost /: 38 Error: (SystemJS) XHR error (404 not found) loading http: // localhost: 57799 / node_modules / traceur / bin / traceur.js     Error: XHR error (404 not found) when loading http: // localhost : 57799 / node_modules / traceur / bin / traceur.js         in XMLHttpRequest.wrapFn [like _onreadystatechange] ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 647: 29 ) in ZoneDelegate.invokeTask ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 236: 37 ) in Zone.runTask ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 136 : 47 ) in XMLHttpRequest.ZoneTask.invoke ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 304: 33 ) Error loadinghttp: // localhost: 57799 / node_modules / traceur / bin / traceur.js     Unable to load conveyor for transport http: // localhost: 57799 / node_modules / primeng / components / common / api.js     Error loading http: // localhost: 57799 /node_modules/primeng/components/common/api.js as "./components/common/api" from http: // localhost: 57799 / node_modules / primeng / primeng.js         in XMLHttpRequest.wrapFn [like _onreadystatechange] ( http: / /localhostPoint7799/node_modules/zone.js/dist/zone.js:647:29 ) in ZoneDelegate.invokeTask ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 236: 37 ) in Zone.runTask ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 136: 47) in XMLHttpRequest.ZoneTask.invoke ( http: // localhost: 57799 / node_modules / zone.js / dist / zone.js: 304: 33 ) Error loading http: // localhost: 57799 / node_modules / traceur / bin / traceur. js     Unable to load transporter for transporting http: // localhost: 57799 / node_modules / primeng / components / common / api.js     Error loading http: // localhost: 57799 / node_modules / primeng / components / common / api.js as "./ components / common / api "from the function http: // localhost: 57799 / node_modules / primeng / primeng.js (anonymous ) @ localhost /: 38

0
source share
1 answer

. , tsconfig.json :

"module": "system"

typescript

0

Source: https://habr.com/ru/post/1660384/


All Articles