#why does this not work in sapphire
1 messages · Page 1 of 1 (latest)
When asking for help, make sure to provide as much detail as possible. What have you tried so far? Do you have stacktraces that you can show us? What are you trying to achieve? Try to answer these questions and others, so we do not have to ask for them afterwards.
❯ For a good guide on how to ask questions, see the instructions that StackOverflow gives. You should try to always follow these guidelines.
❯ For an excellent video that shows how not to ask technical questions is this, watch this YouTube video by LiveOverflow.
❯ Asking technical questions (Clarkson)
❯ How to ask questions the smart way (Raymond)
Specifically, what problem are you running into? @ruby furnace
it returns undefined
what, where, when
evaled it using my eval cmd
Can you show your full index.js?
.
Can you show utils.js please? 🙂
it's pretty long but here's a small part of it
.
It looks like you're not exporting anything called util
Did you mean to use a default import?
That would be:
const util = require("./utils");
(removal of curly brackets)
didn't notice that, thanks
Thank you for marking this question as solved!
1077373267888832542
1077388530864640020