-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Build error starting from 0.4.187 #1818
Comments
Insert the following before line // Ensure isFilePathAbsoluteFilesystem() returns `false` if path is absolute starting from the user root dir (see comments above).
+ console.log('stack', (new Error()).stack);
+ console.log('filePath', filePath);
if (yes)
assert(!filePath.startsWith('/'));
return yes;
|
Fix pre-released as |
Build runs successfully now, so it seems to be fixed! I'll let you know if I run into problems. Thanks! |
👍 Btw. in case your company is up for it we're looking for sponsors (#1350). It makes a massive difference to us! |
I develop (volunteer) software for a non-profit so that they can pinch every penny so unfortunately sponsoring isn't possible. Anyway, I've been using Vike since the early VPS days in my personal projects so I sent at least a little something your way. Keep up the excellent work. |
Thank you @ktdd, I appreciate it 💚 |
Description
Build is working fine in 0.4.186. Windows 11, TS React project. Let me know if I can provide additional info.
The text was updated successfully, but these errors were encountered: