Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

610
Views
Problem with installation of nestjs sh: 1: nest: not found

I am facing the error by

npx @nestjs/cli rest_of_command_here

I have also tried to install using -g flag, -g --save-dev flag together but nothing seems to be clicking

sh: 1: nest: not found

I have tried the answer nest Command not found but it does not work as I face a new issue which says

bash: /usr/local/Cellar/node/11.9.0/bin/nest: No such file or directory

node version 16.13.2

npm version 8.1.2

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

The problem is that npm/yarn does not install devDependencies if NODE_ENV variable set to production

I solved this problem by removing NODE_ENV from app configuration, and added NODE_ENV=production before running specific build script.

about 4 years ago · Juan Pablo Isaza Report

0

Turns out the alias was not working properly and had to set it like this

alias nest="~/.npm/_npx/ccf722f030a36e55/node_modules/@nestjs/cli/bin/nest.js"
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!