Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "kythor"

now i get this error when doing "yarn upgrade"

pm-esprima-fb-3001.1.0-dev-harmony-fb-b77d37abcd38ea0b77426bb8bc2922ce6b426411" as pattern ["esprima-fb@~3001.1.0-dev-harmony-fb"]. This could result in non-deterministic behavior, skipping.
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error An unexpected error occurred: "Found incompatible module".

it also helps to pointing the angular app to the right, updated, API.....doh.... :oops: :lol:

never mind, after uncommenting the service, it started working.... :shock: :lol:

I have commented out the new service from the angular service-proxies.ts and related modules. compiling is no problem, but as soon as the UI is trying to load, I get the error

ERROR
core.js:1448
Error: Uncaught (in promise): TypeError: __webpack_require__.e is not a function
core.js:1448
message:"Uncaught (in promise): TypeError: __webpack_require__.e is not a function\nTypeError: __webpack_require__.e is not a function\n    at webpackAsyncContext (eval at ./node_modules/@angular/common/locales lazy recursive ^\.\/.*\.js$ (http://localhost:4200/main.bundle.js:6:1), <anonymous>:4199:29)\n    at eval (webpack-internal:///./src/root.module.ts:63:117)\n    at ZoneDelegate.invoke (webpack-internal:///./node_modules/zone.js/dist/zone.js:392:26)\n    at Object.onInvoke (webpack-internal:///./node_modules/@angular/core/esm5/core.js:4965:33)\n    at ZoneDelegate.invoke (webpack-internal:///./node_modules/zone.js/dist/zone.js:391:32)\n    at Zone.run (webpack-internal:///./node_modules/zone.js/dist/zone.js:142:43)\n    at eval (webpack-internal:///./node_modules/zone.js/dist/zone.js:844:57)\n    at ZoneDelegate.invokeTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:425:31)\n    at Object.onInvokeTask (webpack-internal:///./node_modules/@angular/core/esm5/core.js:4956:33)\n    at ZoneDelegate.invokeTask (webp...
promise:ZoneAwarePromise {__zone_symbol__state: 0, __zone_symbol__value: TypeError: __webpack_require__.e is not a function…}
rejection:TypeError: __webpack_require__.e is not a function
stack:"Error: Uncaught (in promise): TypeError: __webpack_require__.e is not a function\nTypeError: __webpack_require__.e is not a function\n    at webpackAsyncContext (eval at ./node_modules/@angular/common/locales lazy recursive ^\.\/.*\.js$ (http://localhost:4200/main.bundle.js:6:1), <anonymous>:4199:29)\n    at eval (webpack-internal:///./src/root.module.ts:63:117)\n    at ZoneDelegate.invoke (webpack-internal:///./node_modules/zone.js/dist/zone.js:392:26)\n    at Object.onInvoke (webpack-internal:///./node_modules/@angular/core/esm5/core.js:4965:33)\n    at ZoneDelegate.invoke (webpack-internal:///./node_modules/zone.js/dist/zone.js:391:32)\n    at Zone.run (webpack-internal:///./node_modules/zone.js/dist/zone.js:142:43)\n    at eval (webpack-internal:///./node_modules/zone.js/dist/zone.js:844:57)\n    at ZoneDelegate.invokeTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:425:31)\n    at Object.onInvokeTask (webpack-internal:///./node_modules/@angular/core/esm5/core.js:4956:33)\n    at ZoneDelegate.invokeTas...
task:ZoneTask {_zone: Zone, runCount: 0, _zoneDelegates: null, …}
zone:Zone {_properties: Object, _parent: Zone, _name: "angular", …}
__proto__:Object {constructor: , name: "Error", message: "", …}

Can I send you the project files, because this is taking me too much time to figure out, and meanwhile the project is not advancing...

<cite>alper: </cite> Hi Tim,

The forum is a 3rd party product coded in PHP. The team is not good at PHP programming. So it's hard to modify the current. But we are developing a new forum. Our own one. Hence we can do whatever we want.

What is the ETA on this feature? Because I am very interested in it!

Answer

perfect, done

5.3.0 has only just been released, so you're good for now i guess ;)

Answer

oops, I only added it to app.module.ts thought it would trickle down to admin.module.ts

still an Angular Novice :P

thx for quick tip

@mentium the only difference with my steps, is that i leave the field "Working Folder" empty on "npm build" also make sure you select version 0.*

Just found out that I need to add one more step. The web.config needs to be copied from the root repository to the deploy folder on azure.

I tried with "Copy Files" Source folder: (empty = root repo) Contents: web.config Target Folder: $(build.artifactstagingdirectory)

It passes this step without a problem, but the file is not copied, so the app wont work. Any ideas?

Showing 11 to 20 of 93 entries