Esa Laitila

Results 27 comments of Esa Laitila

I tried those two updates @jmbarbier mentioned, but still got errors 👍 ``` Error: Module parse failed: Unexpected character '#' (2:0) You may need an appropriate loader to handle this...

Any new ideas for that. I have also same issue: __ERR_FAILED_TO_VERIFY_SIGNATURE__ at /Users/esa/devel/systaylor/iris3/server/node_modules/samlify/src/libsaml.ts:401:17 Is there some workaround for this ??

No, I have not. But this issue is going to be some-kind-of-blocker for my project very soon. I have to solve this some way. Any ideas are very appreciative !

No, I have not. I will try that next, thanks. 👍

No luck, same errors. ```` ► iMac@electron4$ cat .npmrc runtime = electron target = 1.7.9 target_arch = x64 disturl = https://atom.io/download/atom-shell ```` I have Electron 1.7.9 installed. ```` graphene-module: function...

@microshine OK, thanks. I have to take break now, but I will try again this evening (takes 5~6 hours local time). Have to go shopping :) But I will try...

It's in __main__ process. Nothing in __renderer__; I like to use __ipc__ for communicating with UI.

This is quite strange: `path.join`is doing well, and lib-path is ok . ```` > electron . ++lib: /Users/esa/devel/yubikey/electron4/lib/libykcs11.dylib App threw an error during load Error: dlopen(/Users/esa/devel/yubikey/electron4/lib/libykcs11.dylib, 1): Library not loaded:...

@microshine OK, many thanks. I will try this evening with SoftHSM, and try again with yubikey-lib. No have to take break. Manu thanks, I'm sure this is going to solve.

OK, but same code is working well with bare Node-env. And I have no extra libs but __libykcs11.dylib__. And I'm developing in Mac (as you can see). But anyway with...