-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt build not working with v2.0.0 and the latest Nuxt RC #89
Comments
+1 I also have the same issue on |
don`t working |
+1 it's caused by this line related to download configuration ...
if (options.download) {
const outputDir = this.nuxt.resolver.resolveAlias(options.outputDir);
try {
await googleFontsHelper.GoogleFontsHelper.download(url, {
base64: options.base64,
overwriting: options.overwriting,
...
|
mino89
pushed a commit
to mino89/google-fonts-module
that referenced
this issue
Jun 27, 2022
4 tasks
Try v3.0.0-0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I've just done an 'npm update' (I saw there was an update to RC and the google fonts packages) and I'm getting an error when I run
I've removed package.lock and rm rf'd the modules folder. It just doesn't seem to like the combo of latest RC and v2.0.0.
I have seen other issues like this that seem to have some tie-in with Tailwind, which I'm not using.
I can roll back to v1.3.0 no problem, but just thought I'd let you know, since I was hoping v2 would solve an issue my colleague is having with fonts not loading (he's using local files for now).
Anyway, here's the error:
The text was updated successfully, but these errors were encountered: