首页 > 建站教程 > nodejs,electron >  npm WARN enoent ENOENT: no such file or directory, open 'h:\正文

npm WARN enoent ENOENT: no such file or directory, open 'h:\

    在利用npm安装vue时,执行:
npm install vue@2.5.2
    虽然下载成功,在“node_modules”的确都安装了相应的版本,但是在命令窗口,会提示错误:npm WARN enoent ENOENT: no such file or directory, open 'h:\Program Files\nodejs\package.json'
    如下图:



    在命令行切换到安装nodejs文件下的 nodejs\node_modules\npm  后执行
npm install vue