npm WARN install Refusing to install hapi as a dependency of itself

后端 未结 5 1153
傲寒
傲寒 2020-12-14 14:35

I tried to do the following (per instructions from official site):

  • mkdir hapi && cd hapi
  • npm init
  • npm
5条回答
  •  Happy的楠姐
    2020-12-14 15:11

    Reason Module name is same with library name

    Solution

    1. Change the module name to something else
    2. Change 'name' in package.json

提交回复
热议问题