Giter VIP home page Giter VIP logo

Comments (7)

thomrick avatar thomrick commented on April 28, 2024

I think that is caused by the @angular-devkit/schematics-cli package in your case :

{
  "name": "@angular-devkit/schematics-cli",
  "version": "0.0.0",
  "description": "Angular Schematics - CLI",
  "bin": {
    "schematics": "./bin/schematics.js"
  },
  "scripts": {
    "preinstall": "echo DO NOT INSTALL THIS PROJECT, ONLY THE ROOT PROJECT. && exit 1"
  },
  "keywords": [
    "blueprints",
    "scaffolding",
    "template",
    "tooling",
    "code generation",
    "schematics"
  ],
  "engines": {
    "node": ">= 8.9.0",
    "npm": ">= 5.5.1"
  },
  "dependencies": {
    "@angular-devkit/core": "0.0.0",
    "@angular-devkit/schematics": "0.0.0",
    "@schematics/schematics": "0.0.0",
    "minimist": "^1.2.0",
    "symbol-observable": "^1.2.0",
    "rxjs": "^6.0.0-beta.3"
  }
}

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

I'll add minimum node and npm engine in package.json

from nest-cli.

alexeyRootstack avatar alexeyRootstack commented on April 28, 2024

Thank you i will try. That was a default node version installed by ubuntu. I think i saw that version was the minimum required so i prosed.

from nest-cli.

alexeyRootstack avatar alexeyRootstack commented on April 28, 2024

Yeah updating node helped me. Using client 5.0.4 of nest the problem is giving me now is

npm WARN @nestjs/[email protected] requires a peer of @nestjs/common@^5.* but none is installed. You must install peer dependencies yourself.
npm WARN @nestjs/[email protected] requires a peer of @nestjs/common@^5.* but none is installed. You must install peer dependencies yourself.
npm WARN @nestjs/[email protected] requires a peer of @nestjs/core@^5.* but none is installed. You must install peer dependencies yourself.
npm WARN @nestjs/[email protected] requires a peer of @nestjs/common@5.* but none is installed. You must install peer dependencies yourself.
npm WARN @nestjs/[email protected] requires a peer of @nestjs/core@^5.* but none is installed. You must install peer dependencies yourself.
npm WARN @nestjs/[email protected] requires a peer of @nestjs/common@^5.* but none is installed. You must install peer dependencies yourself.
npm WARN @nestjs/[email protected] requires a peer of @nestjs/core@^5.* but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

No big deal it will be fixed in next Nest release
Your app should work ;-)

from nest-cli.

alexeyRootstack avatar alexeyRootstack commented on April 28, 2024

Ok thank you!

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

Ok nice I close this issue then

from nest-cli.

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.