Code Monkey home page Code Monkey logo

Comments (5)

bajtos avatar bajtos commented on August 15, 2024 1

Well, you have to install lerna into your project somehow, right? Also notice that the top-level package.json contains many shared dev-dependencies like TypeScript stuff.

from loopback-next.

bajtos avatar bajtos commented on August 15, 2024

I believe you are supposed to run lerna bootstrap to install deps.

It seems to me that lerna bootstrap does not handle well the case where new deps were added, so you may need to run something like find packages -name node_modules -type d -exec rm -rf {} \; first, to wipe out old install and start from scratch.

from loopback-next.

superkhau avatar superkhau commented on August 15, 2024

It seems to me that lerna bootstrap does not handle well the case where new deps were added, so you may need to run something like find packages -name node_modules -type d -exec rm -rf {} ; first, to wipe out old install and start from scratch.

No, you can run lerna clean -- https://github.com/lerna/lerna#clean

from loopback-next.

superkhau avatar superkhau commented on August 15, 2024

Weird thing I noticed while pairing with @ritch today was on fresh clone, we still need to npm install from the root -- lerna bootstrap doesn't automatically do this for you (it will do npm install in all packages though).

from loopback-next.

superkhau avatar superkhau commented on August 15, 2024

@ritch Closing this as everything is fixed on master ATM.

from loopback-next.

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.