You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: