Answers for "sh: 1: nodemon: not found heroku"

0

zsh: command not found: nodemon

npm config set prefix /usr/local
sudo npm install nodemon -g --registry=https://registry.npm.taobao.org
12
Posted by: Guest on June-16-2020
0

sh: 1: nodemon: not found heroku

Here`s what worked for me:

In your Heroku app, go to Settings, then click Reveal Config Vars and then add a new record with KEY NPM_CONFIG_PRODUCTION and Value false.
Posted by: Guest on September-22-2021

Code answers related to "sh: 1: nodemon: not found heroku"

Browse Popular Code Answers by Language