-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problems deploying this application to gh-pages #4
Comments
I will update the readme. Please explain what is in your jspm_packages folder. |
Nothing at the moment as I deleted the local |
updated readme: https://github.com/aurelia-ui-toolkits/demo-kendo/blob/master/README.md I would suggest to wait a few days before attempting a deploy again, so if it goes haywire again I can push from my PC to fix it |
That is a good advice. I will however run the "test" version of the deployment, where the data gets written to the |
UpdateUsing the updated version of the README.md file, I redid the whole process until I reached the very last step
That is a very often fork that I was never able to resolve, so I stopped here. The |
It's
It seems all to "come down" to this line: This is at least as far as I could see. 😃 A lot more packages rely on I suspect this happens alot with lower-level libraries, because some other libraries depend on them which have "restrictive" version ranges. Btw.: I think this could be done by Monterey using an npm cache. 😏 |
I think for this particular fork the best solution is to run: |
@Thanood thank you (you are a better man, as you must have spent some good time to chase this down 😄 ).
|
http://aurelia-ui-toolkits.github.io/demo-kendo sucessfuly deployed |
I finally discovered why was I not able to deploy demo-kendo: it was my interpretation of the instructions in the README file. The actual command that failed is deploy.js - which consistently failed to copy anything from the jspm_packages folder.
Once I looked in the content of that folder, I realized that this is indeed the correct behavior - as nothing in that folder matches the definitions below
In other words, the jspm_packages was not correct in my situation. So, before going any deeper in this analysis, @JeroenVinke can you please confirm that the instructions in the README.md are still accurate?
In particular:
doc
folder in theaurelia-kendoui-plugin/sample
folder.The text was updated successfully, but these errors were encountered: