SyntaxError: The requested module 'playground/node_modules/ufo/dist/index.mjs' does not provide an e
Getting this error when I run my module. For context, I unpublished my module from npm and then deleted my node_modules folder and package-lock.json file and then re-installed npm. But still getting this error.
1 Reply
import { parseURL, withoutBase, joinURL, getQuery, withQuery, withTrailingSlash, joinRelativeURL } from 'playground/node_modules/ufo/dist/index.mjs';
^^^^^^^^^^^^^^^
SyntaxError: The requested module 'playground/node_modules/ufo/dist/index.mjs' does not provide an export named 'joinRelativeURL'