安装 Vue-cli 的 chalk 模块出错
Error with chalk module installing Vue-cli
配置 VUE-CLI 我遇到了下一个问题:
internal/modules/cjs/loader.js:596
throw err;
^
Error: Cannot find module 'chalk'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15)
at Function.Module._load (internal/modules/cjs/loader.js:520:25)
at Module.require (internal/modules/cjs/loader.js:650:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/local/bin/vue:3:15)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
at Function.Module._load (internal/modules/cjs/loader.js:543:3)
我尝试全局安装模块,但结果相同,当我在终端中输入时 vue
再次出现错误。
你能告诉我如何解决这个问题吗?
在 .zshrc 文件中添加正确的 PATHS 已修复,我将它们添加到 bash_profile 但我正在与其他 shell.
一起工作
查看错误"Error: Cannot find module 'chalk'"
尝试
npm 安装粉笔
配置 VUE-CLI 我遇到了下一个问题:
internal/modules/cjs/loader.js:596 throw err; ^
Error: Cannot find module 'chalk'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15)
at Function.Module._load (internal/modules/cjs/loader.js:520:25)
at Module.require (internal/modules/cjs/loader.js:650:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/local/bin/vue:3:15)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
at Function.Module._load (internal/modules/cjs/loader.js:543:3)
我尝试全局安装模块,但结果相同,当我在终端中输入时 vue
再次出现错误。
你能告诉我如何解决这个问题吗?
在 .zshrc 文件中添加正确的 PATHS 已修复,我将它们添加到 bash_profile 但我正在与其他 shell.
一起工作查看错误"Error: Cannot find module 'chalk'" 尝试 npm 安装粉笔