Giter Site home page Giter Site logo

Comments (3)

vorburger avatar vorburger commented on May 27, 2024

with a local s2i

actually this now happens even without S2I when runing pure locally, AFTER (due to #28) doing:

rm -rf scratch/.gradle/ scratch/node_modules

From what little I understand of node, perhaps this is interesting and doesn't seem right:

> Task :scratch:npm_install UP-TO-DATE
...
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

from minecraft-storeys-maker.

vorburger avatar vorburger commented on May 27, 2024

wondering if this could be an impact of #60 ?

no it's not, this problem still happens even after a revert of #60 like this:

git revert eb6ee408e1b6d69082f975a10ecdf1fb89793b8b

from minecraft-storeys-maker.

vorburger avatar vorburger commented on May 27, 2024

but with a fresh git clone or complete clean like this AT THE ROOT, not in scratch/ it works again:

git reset --hard; git clean -d -f -x

What is weird is that once I did this, it now always works again, every time.

Could this have anything to do with that weird package-lock.json file? Is this a good idea:

npm WARN conflict A git conflict was detected in package-lock.json. Attempting to auto-resolve.
npm WARN conflict To make this happen automatically on git rebase/merge, consider using the npm-merge-driver:
npm WARN conflict $ npx npm-merge-driver install -g

from minecraft-storeys-maker.

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.