npm WARN enoent ENOENT: no such file or directory, open 'C:Userspackage.json'
Posted 周伯通的麦田
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm WARN enoent ENOENT: no such file or directory, open 'C:Userspackage.json'相关的知识,希望对你有一定的参考价值。
在使用 npm 命令安装常用的 Node.js web框架模块 express时出现:
解决方法是
在命令行切换到安装nodejs文件下的nodejs\\node_modules\\npm 后执行npm install express
比如我的安装路径是:
K:\\Program Files\\nodejs\\node_modules\\npm\\node_modules
以上是关于npm WARN enoent ENOENT: no such file or directory, open 'C:Userspackage.json'的主要内容,如果未能解决你的问题,请参考以下文章