Giter VIP home page Giter VIP logo

Comments (9)

174414-Rodda avatar 174414-Rodda commented on June 14, 2024

I uninstalled it and using the 0.6.13, It is working. Thank you

from plenti.

jimafisk avatar jimafisk commented on June 14, 2024

Hi @174414-Rodda, I'm glad this is working for you now. If newer versions of Plenti aren't working for you, please just let me know which version specifically starts breaking things and I can take a look. Thanks!

from plenti.

174414-Rodda avatar 174414-Rodda commented on June 14, 2024

Hi there, Thank you for reply and creating this cool tool.
I tried using v0.6.27. I am not sure it is really breaking things.

  • I have small question as well wrt deployment to github pages, are there any changes need in the gh-actions file, I read that ubuntu 18.04 is depreciated, kindly suggest a way how to deploy it. I am a noob trying to get hang of things .....

from plenti.

jimafisk avatar jimafisk commented on June 14, 2024

Hi @174414-Rodda, the version on Ubuntu shouldn't matter too much so you should be able to change runs-on: ubuntu-18.04 to runs-on: ubuntu-latest in your .github/workflows/gh-pages.yml file. Does that work for you?

from plenti.

174414-Rodda avatar 174414-Rodda commented on June 14, 2024

I was able to run the file, but I got the following warning.


deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

I am using this Where/how to find the deployed pages link.

from plenti.

jimafisk avatar jimafisk commented on June 14, 2024

Can you send me a link to your project? It sounds like you're using an old version of NodeJS in your CI build process. In your .github/workflows/gh-pages.yml you probably want something like:

- name: Setup Node
  uses: actions/setup-node@v2-beta
  with:
    node-version: '20'

Just note this is likely a Node / NPM issue, not Plenti specific. I unfortunately do not have a ton of excess capacity to help debug third party scripts / libraries.

from plenti.

174414-Rodda avatar 174414-Rodda commented on June 14, 2024

Sorry for late reply, please take a look at the following repository:this one

I tweaked some stuff from the compendium report.

  • Build It
  • Committed it to the above mentioned repo
  • I made few changes to github actions as well

Thank you once again

from plenti.

jimafisk avatar jimafisk commented on June 14, 2024

Hi @174414-Rodda, it looks like the repository you referenced has been removed. If you still need help with anything, please just let me know! Thanks!

from plenti.

jimafisk avatar jimafisk commented on June 14, 2024

Hi @174414-Rodda, I haven't heard back on this ticket so I'm closing for now. If there's anything I can help with, feel free to re-open. Thank you!

from plenti.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.