Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Dependent library 'lodash/kebabcase' should change to 'lodash/kebabCase' (C should be upper case) #2

Open
tangyk opened this issue Oct 31, 2019 · 0 comments

Comments

@tangyk
Copy link

tangyk commented Oct 31, 2019

Thank you for maintain this greate project, it helps me a lot.

When running [npm run serve] command after created project in Ubuntu, the following error message is shown in terminal.

ERROR Error: Cannot find module 'lodash/kebabcase'
Error: Cannot find module 'lodash/kebabcase'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/tangyk/Desktop/study/vuetify-preset/node_modules/vue-cli-plugin-vuetify-cli/lib/commands/make-directive.js:3:19)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)

Following files should be revised.
vue-cli-plugin-vuetify-cli/lib/commands/make-directive.js
vue-cli-plugin-vuetify-cli/lib/commands/make-mixin.js
vue-cli-plugin-vuetify-cli/lib/commands/make-view.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant