kajirikajiri(wsl2)
gh-pages
gh-pages
  • Initial page
  • 🍳😋🎵
    • githubの新しい使い方
    • itunes miniplayer 前面固定(windows)
    • force darkmode chrome and disable white flash
    • wsl2 色 変更
    • quaker oats
    • 圧力鍋 ホイル焼き
  • 💪💪🏻💪🏼🦾💪🏽💪🏾💪🏿
    • gh-openの改造
    • GraphQL
  • gh-open not working with wsl2
  • react hook を5分で使う
  • 5分でLambda Storeをつかってみた
  • 実働環境で色々updateして得た知見 vue nuxt vuetify
  • dexie firebase nuxt vuetifyでオフラインpwaメモ帳作った
  • worker api batch
  • docker run syntax error
  • webpack babel
  • chainer?
  • nuxtjs firebase ui window is not defined
  • nuxt firebaseui ui broken
  • typescript 導入 実働 既存 環境
  • code-prettify nuxt
  • rustを動かしてみる
  • js 復習
  • vue The client-side rendered virtual DOM tree
  • ApexChartsがSSRで描画されない
  • atcoder
  • gitbook Page build failure
  • globalThis
  • Promise.allSettled
  • export * as ns from "module"
  • matchAll
  • js nullish
  • nullish optional chaining
  • nullish node 14 vs 13
  • nodenv global not working
GitBook提供
このページ内

役に立ちましたか?

typescript 導入 実働 既存 環境

発生したエラー

ERROR  ERROR in /app/node_modules/@nuxt/types/config/build.d.ts(16,34):
16:34 Could not find a declaration file for module 'vue-loader'. '/app/node_modules/vue-loader/index.js' implicitly has an 'any' type.
  Try `npm install @types/vue-loader` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-loader';`    
    14 | import { Options as PugOptions } from 'pug'        
    15 | import { TerserPluginOptions } from 'terser-webpack-plugin'    
  > 16 | import { VueLoaderOptions } from 'vue-loader'      
       |                                  ^                 
    17 | import {      
    18 |   Configuration as WebpackConfiguration,           
    19 |   Loader as WebpackLoader,

解決策(vue-loaderのupdate)

package.json
- "vue-loader": "^14.1.0",
+ "vue-loader": "^15.9.1",
前へnuxt firebaseui ui broken次へcode-prettify nuxt

最終更新 5 年前

役に立ちましたか?