2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Vue.js】vue3でlodash入れた時のエラー

Last updated at Posted at 2021-02-13

#lodashインストール時のエラー
lodashの公式ページ通りやって、__yarn serve__してみたところ

npm install --save vue-lodash lodash

__エラー__が出た。

Error: Cannot find module 'vue-loader-v16/package.json'
Require stack:
- /Users/kiratanaka/Vue/MyCreate/portfolio/node_modules/@vue/cli-service/lib/config/base.js
- /Users/kiratanaka/Vue/MyCreate/portfolio/node_modules/@vue/cli-service/lib/Service.js
- /Users/kiratanaka/Vue/MyCreate/portfolio/node_modules/@vue/cli-service/bin/vue-cli-service.js
Error: Cannot find module 'vue-loader-v16/package.json'

これしたらいいんじゃない?と言われるけど、無駄

npm i --save-dev vue-loader-v16

#解決

__このページ__に助けられた。

yarn add lodash

これだけ

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?