Cannot find module 'bcrypt'

前端 未结 30 3230
轻奢々
轻奢々 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:49

    If the problem could not solved after applying the workarounds above, you may try to update version in package.json as mentioned on [Fix bug] update bcrypt to 3.0.7

    Hope this helps.

提交回复
热议问题