今Expressで作っているアプリで時刻表示をmoment-timezoneで東京の時刻に合わせて表示させていたのですが、ある日突然そのアプリが動かなくなってしまいました。
いつものように
PORT=8000 yarn start
のコマンドでアプリを起動させようとすると
Moment Timezone 0.5.32 was already loaded with data from 2020d
というmoment-timezoneに関するエラーが突然出てきてアプリが起動できなくなってしまいました。
moment-timezoneを入れ直したりしてみたのですがダメでした。
これの理由と改善策を教えてください。よろしくお願いします。
↓全体のエラー文です。
Moment Timezone 0.5.32 was already loaded with data from 2020d /home/vagrant/workspace/questionnaireApp/node_modules/express/lib/router/index.js:458 throw new TypeError('Router.use() requires a middleware function but got a ' + gettype(fn)) ^ TypeError: Router.use() requires a middleware function but got a Object at Function.use (/home/vagrant/workspace/questionnaireApp/node_modules/express/lib/router/index.js:458:13) at Function.<anonymous> (/home/vagrant/workspace/questionnaireApp/node_modules/express/lib/application.js:220:21) at Array.forEach (<anonymous>) at Function.use (/home/vagrant/workspace/questionnaireApp/node_modules/express/lib/application.js:217:7) at Object.<anonymous> (/home/vagrant/workspace/questionnaireApp/app.js:114:5) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at Object.<anonymous> (/home/vagrant/workspace/questionnaireApp/bin/www:7:11) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:282:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。