Closed fabianhijlkema closed 2 years ago
Internal ticket number is LABS-72
@fabianhijlkema could you please specify the following
Hi @fabianhijlkema - thanks for reporting and for your interest in Fauna!
We just pushed #107 which resolved issue #106 - I believe it may have also resolved this issue as well.
Can you try updating to v2.1.6 and letting us know whether it works?
If not, please also provide the information @Shadid12 requested.
Hi @rts-rob @Shadid12 I updated my Node version from 16.0.0 to 16.0.13 which resolved my issue above, but introduced the issue described in #106. It works with the workaround mentioned in that discussion, but from my side #106 doesn't seem fixed without workaround. But was trying all of this quickly, so maybe I missed something.
Node version 16.0.13 NPM version 8.1.3 FSM version 2.1.6
Hi @fabianhijlkema - I can reproduce the same error with the exact same setup as you. Strange because it didn't appear in testing.
Since you mentioned the error above is closed, I'm going to close this issue and re-open #106.
@fabianhijlkema please make sure you purge all your node_modules first. The following command will do the trick if you are on linux/mac
rm -rf node_modules
then do npm i
@Shadid12 did just that, had no effect.
@rts-rob ok!
Following the first part of the documentation and later video, I keep getting a certain error preventing me from working with this tool.
While installing the fauna-schema-migrate tool I got the following report which I assume is connected to the error.
I've tried a few things that I hoped would solve the dependency issue, but no luck. I'm eager to try the tool out, so hopefully it is just a minor fix.