-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
API resource content not rendering on local dev server #143
Comments
@jeff-matthews does it print anything to browser console? |
@RomanGotsiy Sorry, I'm away from my main development machine, but I was able to reproduce on another system: ubuntu v16.04 Same result in browser. I've attached console output. |
@jeff-matthews Thank you. I will fix this asap |
@jeff-matthews I've just updated webpack configs and stick angular version to 2.1 minor until I update to the latest. Pull the latest changes and reinstall node_modules ( |
@RomanGotsiy Yep! It works now. I'm looking forward to using ReDoc. Thanks for all your hard work on this project. |
Mac OS X v10.11.6
Chrome v54
node v6.9.1
npm v3.10.8
petstore swagger.yaml (from the ReDoc repo)
After cloning the repo and installing dependencies, I ran
npm start
and got this error:After deleting that object per this, I get new errors when I run
npm start
:So, I go into webpack.dev.js and append "-loader":
Now when I run
npm start
, I don't get any errors, but when I openlocalhost:9000
, I can't see or navigate to any API resources in the table of contents (e.g., PET, STORE, USER) or scroll past the Authentication section. I only see the front matter preceding the API resources.'Did I break it when I appended "-loader"?
The text was updated successfully, but these errors were encountered: