-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
TypeError: Cannot read property 'path' of undefined (v0.14.0 - absolute paths computation on Windows) #91
Comments
Thank you @somq for this detailed explanation. Will try to have a look at this, unfortunately I don't have a windows machine at hand Related issue: #88 and to some extend, sid88in/serverless-appsync-plugin/issues/404 |
You're welcome @bboure I checked a bit deeper and it looks like we are not respecting the expected pattern syntax by Quote from
Our Edit |
@bboure I can prepare a PR next week when I get to my Windows machine at work |
🎉 This issue has been resolved in version 0.16.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
This PR breaks the plugin on Windows because absolute schema paths does not get computed properly.
sls offline start
relevant logTo Reproduce
Run v0.15.0 on Windows
Expected behavior
Absolute schema paths should get computed properly
Additional context
The text was updated successfully, but these errors were encountered: