Relative Content

Tag Archive for javascriptnode.jsnpmdiscord.js

Can’t import cubing.js in node discord bot

I was trying to import the cubing.js module in nodejs so I can use in in my discord.js bot. However when I use the following import const {randomScrambleForEvent } = require('cubing/scramble') I run in to the following error ‘Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath ‘./scramble’ is not defined by “exports” in C:UsersfindhDownloadstestcodenode_modulescubingpackage.json’.
I have imported other modules and have not gotten such an error. I made sure the module is imported by running npm i cubing. However I can’t seem to fix this issue