-
Notifications
You must be signed in to change notification settings - Fork 337
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
New release including changes merged in #224 #225
Comments
A release of the latest changes would be super useful. I'm experiencing an issue with More details on the issue:
|
I'm experiencing this same scenario:
Full Error Message:
Interestingly rolling back to 1.0.7 doesn't seen to resolve the issue. Will report back if I find a solution. Edit: On digging around further I found that this only occurs on my latest docker image I use to build the project. The only change is: FROM ubuntu:18.04 Rolling back to my previous image works with v1.1.0. spectacle-docs@https://github.com/sourcey/spectacle#3257da500b8a2483b6ad3356e50fe00b65bb6a6f works on either. |
+1. Same issue on my m1 macbook. version is ^1.1.0 and node v14.15.0 regressing to the above commit fixes the issue for me.
|
Actually, without the updates to node-sass dependency, this is broken on recent versions of node, and Node 12 is about to EOL. If we could publish the latest version, that would be super helpful. |
#224 has a lot of useful fixes in it.
Right now I can use it with
yarn add 'spectacle-docs@https://github.com/sourcey/spectacle#3257da500b8a2483b6ad3356e50fe00b65bb6a6f'
Are there any plans to do a release?
The text was updated successfully, but these errors were encountered: