error: This is probably not a problem with npm. There is likely additional logging output above

后端 未结 14 2243
温柔的废话
温柔的废话 2020-12-13 20:34

In my project, I\'m using Angular6 for the frontend. Now what I\'m trying to do is deploy my project which is in remote server into the actual server. I\'m using npm r

14条回答
  •  抹茶落季
    2020-12-13 20:58

    I'm on Ubuntu 18.04. I fixed this problem by increasing the inotify max_user_watches using this command:

    echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches

提交回复
热议问题