RocketChat / hubot-rocketchat-boilerplate

An example Hubot demonstrating usage of the Rocket.Chat adaptor.
MIT License
36 stars 32 forks source link

Setup Error #9

Open lbblitz54 opened 5 years ago

lbblitz54 commented 5 years ago

after running the bin/hubot command

there is an npm error due no such file or directory in: /home/ubuntu/.npm/@rocket.chat/sdk/0.2.8

when i looked it appears that the directory now is 0.2.9

lbblitz54 commented 5 years ago

the clear solution for me is to change the name of the directory to 0.2.8 because i am a noob. please stop me with a better suggestion image

yifanes commented 4 years ago

the same issue and waiting for the tips.

sinkingfeeling commented 4 years ago

What is the fix for this?

ci2014 commented 4 years ago

For anyone finding this issue:

Not a very clean approach, but cd into ~/.npm/@rocket.chat/sdk/ and type ln -s 0.2.9 0.2.8

It will create a symbolic link. Worked for me, when I wanted to run npm install.