NPM: After “npm link” module is not found

后端 未结 4 1119
难免孤独
难免孤独 2021-02-11 11:36

I\'m developing two modules for NodeJS, first one named aligator and second one aligator-methods. Second one depends on first one to work. I\'m develop

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-11 12:21

    I ran into this issue because of NVM, I was running one version of node for the dependency and another for the dependant.

提交回复
热议问题