前提・実現したいこと
GitBushを用いて環境構築を行っています。
モックとの接続を試みているのですが、下記のエラーが発生し、対処できていません。
プログラミング初心者の学生ですので、頂いた回答に対して追加の質問で返させていただくことがあるかもしれません。
何卒ご了承ください。
こちら自分の環境です。
Windows10
rbenv 2.7.1
ubunts 20.04
入力したコマンド
node index.js --exec install
出力されたエラー
internal/modules/cjs/loader.js:834 throw err; ^ Error: Cannot find module '/home/vagrant/hogehoge/index.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:831:15) at Function.Module._load (internal/modules/cjs/loader.js:687:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
あなたの回答
tips
プレビュー