いつもお世話になっております。
SlackでHubotを使ったBotを作ろうとしているのですが、ローカルでbin/hubot
を実行するとエラーになってしまいます。
~/w/hubot_test ❯❯❯ bin/hubot npm ERR! Darwin 16.7.0 npm ERR! argv "/Users/matsuo/.anyenv/envs/ndenv/versions/v4.4.6/bin/node" "/Users/matsuo/.anyenv/envs/ndenv/versions/v4.4.6/bin/npm" "install" npm ERR! node v4.4.6 npm ERR! npm v2.15.5 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package coffee-script@1.6.3 does not satisfy its siblings' peerDependencies requirements! npm ERR! Please include the following file with any support request: npm ERR! /Users/matsuo/workspace/hubot_test/npm-debug.log
node -v
をするとv4.4.6
なのですが、brew upgrade node
を実行すると「v10.0.1がすでにインストールされているよ」とかえってきます。
nodeを初めて使うので、原因がよくわからずどうしたらいいか悩んでいます。
ご教授いただけると嬉しいです。

回答1件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
また依頼した内容が修正された場合は、修正依頼を取り消すようにしましょう。