N
Nuxt4mo ago
grishma

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
grishma
grishma4mo ago
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'