Closed kinow closed 2 years ago
Hey buddy, thanks for the heads up. I tried locally and I couldn't replicate that :( Which node version are you using?
As a side node, I just upgraded the package-lock.json to use the current node LTS version (v16). Try with that one and see if that fixes it. Otherwise, I'm happy to catch up with you to get to the bottom of this 😄
Hey buddy, thanks for the heads up. I tried locally and I couldn't replicate that :( Which node version are you using?
kinow@ranma:~$ node -v
v14.17.6
As a side node, I just upgraded the package-lock.json to use the current node LTS version (v16). Try with that one and see if that fixes it. Otherwise, I'm happy to catch up with you to get to the bottom of this smile
I updated to node LTS too, and tried again.
kinow@ranma:~/Development/javascript/workspace/directed-acyclic-graph-builder-js/demo$ git log -n 1
commit 4e8b7cf750b75210304fe64d88d9c1b78120c45c (HEAD -> main, upstream/main, upstream/HEAD)
Author: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>
Date: Tue Sep 6 20:36:29 2022 +1200
Update issue templates
kinow@ranma:~/Development/javascript/workspace/directed-acyclic-graph-builder-js/demo$ node -v
v16.17.0
# npm install, npm run build, cd demo, npm install, npm run start
Same error :disappointed_relieved:
Also see comment in #2, I'm getting the same in the deployed demo. I checked browser extensions, but it doesn't look like an issue with any extension? Thanks!
@kinow I found out a way to replicate the error - Good catch!
It turns out that the .path
attribute has been deprecated and not all browsers have removed it yet... Firefox and Chromium did 😄
Ah! I didn't test with Chrome, even though I have it installed :rofl:
I forgot that adding "fix #number" closes the issue automatically.. reopening now until you can test it
I forgot that adding "fix #number" closes the issue automatically.. reopening now until you can test it
'tworks now!!! :tada:
Thanks Paulo!
Hi,
I just cloned the project after seeing a tweet, but got a JS console error when trying to connect two nodes. First I built everything with
yarn
, then tried withnpm
following the instructions from theREADME.md
but got the same error. Any idea what I could be doing wrong?I added a "Dataset Reader", and a "Split Dataset". Then clicked on the diamon icon on the right hand-side of the Dataset Reader node, and the error occurred.
Thanks