getting: `These dependencies were not found`
See original GitHub issuesteps to reproduce
- clone this repo
- Install dependencies using yarn install
- yarn dev
I get this output:
WARN You're using Nuxt 2.15.4, which includes built-in TypeScript runtime support 11:03:05
WARN You can safely use nuxt instead of nuxt-ts and remove @nuxt/typescript-runtime package 11:03:05
WARN apiKey and apiSecret will be needed to set up upload to Cloudinary on build and hook. See ๐ https://cloudinary.com/documentation/how_to_integrate_cloudinary for more info. nuxt:cloudinary 11:03:05
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ Nuxt @ v2.15.4 โ
โ โ
โ โธ Environment: development โ
โ โธ Rendering: server-side โ
โ โธ Target: static โ
โ โ
โ Listening: http://localhost:3000/ โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โน Preparing project for development 11:03:06
โน Initial build may take a while 11:03:06
โน Discovered Components: example/.nuxt/components/readme.md 11:03:06
โ Builder initialized 11:03:06
โ Nuxt files generated 11:03:06
โ Client
Compiled with some errors in 1.74s
โ Server
Compiled successfully in 1.36s
ERROR Failed to compile with 10 errors friendly-errors 11:03:08
These dependencies were not found: friendly-errors 11:03:08
friendly-errors 11:03:08
* @soda/get-current-script in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.array.concat.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.array.filter.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.array.find.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.array.map.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.array.reduce.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.array.slice.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.function.name.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/es.object.to-string.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
* core-js/modules/web.dom-collections.for-each.js in ./node_modules/cloudinary-vue/dist/Cloudinary.umd.js friendly-errors 11:03:08
friendly-errors 11:03:08
To install them, you can run: npm install --save @soda/get-current-script core-js/modules/es.array.concat.js core-js/modules/es.array.filter.js core-js/modules/es.array.find.js core-js/modules/es.array.map.js core-js/modules/es.array.reduce.js core-js/modules/es.array.slice.js core-js/modules/es.function.name.js core-js/modules/es.object.to-string.js core-js/modules/web.dom-collections.for-each.js
โน Waiting for file changes 11:03:08
โน Memory usage: 238 MB (RSS: 366 MB) 11:03:08
โน Listening on: http://localhost:3000/
Note that:
โฏ yarn why core-js
yarn why v1.22.10
[1/4] ๐ค Why do we have the module "core-js"...?
[2/4] ๐ Initialising dependency graph...
[3/4] ๐ Finding dependency...
[4/4] ๐ก Calculating file sizes...
=> Found "core-js@2.6.12"
info Has been hoisted to "core-js"
info Reasons this module exists
- Hoisted from "@babel#runtime-corejs2#core-js"
- Hoisted from "nuxt#@nuxt#babel-preset-app#core-js"
info Disk size without dependencies: "7.68MB"
info Disk size with unique dependencies: "7.68MB"
info Disk size with transitive dependencies: "7.68MB"
info Number of shared dependencies: 0
=> Found "cloudinary#core-js@3.6.5"
info This module exists because "cloudinary" depends on it.
info Disk size without dependencies: "7.13MB"
info Disk size with unique dependencies: "7.13MB"
info Disk size with transitive dependencies: "7.13MB"
info Number of shared dependencies: 0
Are we expected to install core-js ourselves? can someone please clarify
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
These dependencies were not found error in Vue.js
After updating npm & node to their last versions, I get following errors when I try to run my vue project: These dependencies...
Read more >"Dependencies were not found" - on npm run serve #4472
These dependencies were not found : C:\Users\Sepp\Documents\dev\Vue\testapp\node_modules\webpack-dev-server\client\index.js?
Read more >Handsontable Pro: These dependencies were not found - Issues
Hello, I'm developing a Vue.js project and I properly installed Handsontable using npm. Following the instructions described here, I was able to add...
Read more >Dependencies were not found error for previously working ...
Now I get this error when ever I try to npm run serve my project. have tried the solution provided on stackoverflow and...
Read more >IPFS and Vue; dependency not found - Help
I'm using IPFS with Vue but cannot get the app to start because of a ... These dependencies were not found: * @libp2p/crypto/keys...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Using
1.0.3-beta-4
also getting the same errors@karimennassiri please install
cloudinary-vue@1.1.2
then install this module. It should solve problem while waiting for the new update version.