Cannot find module 'bcrypt'

前端 未结 30 2997
轻奢々
轻奢々 2020-12-24 01:54

I am getting error Cannot find module \'bcrypt\' in nodejs application

I have tried to install it using npm install bcrypt but still gett

30条回答
  •  囚心锁ツ
    2020-12-24 02:33

    It should be npm install bcrypt --save. Works for me!

    And, if you have others issues after install it, you can check your packages with npm-check.

提交回复
热议问题