ENOENT错误-安装AWS-CDK节点模块 [英] ENOENT error - Installing aws-cdk node module

查看:154
本文介绍了ENOENT错误-安装AWS-CDK节点模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行命令后:

       sudo npm i -g aws-cdk

给出错误:

npm ERR! Linux 4.4.0-151-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "i" "-g" "aws-cdk"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! path /usr/local/lib/node_modules/.staging/semver-096e2ca7
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/semver-096e2ca7' -> '/usr/local/lib/node_modules/aws-cdk/node_modules/@aws-cdk/cx-api/node_modules/semver'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/semver-096e2ca7' -> '/usr/local/lib/node_modules/aws-cdk/node_modules/@aws-cdk/cx-api/node_modules/semver'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! Please include the following file with any support request:
npm ERR!     /home/user/npm-debug.log
npm ERR! code 1


正在安装aws-cdk模块以创建专用CA&使用AWS ACM服务的证书


Am installing aws-cdk module to create private CA & certificates using AWS ACM service

{ npm: '3.5.2',
  ares: '1.10.1-DEV',
  http_parser: '2.5.0',
  icu: '55.1',
  modules: '46',
  node: '4.2.6',
  openssl: '1.0.2g',
  uv: '1.8.0',
  v8: '4.5.103.35',
  zlib: '1.2.8' }


如何解决此错误?能够安装其他npm模块(如打字稿)


How to resolve this error? Am able to install other npm modules(like typescript)

推荐答案

我今天才遇到这个问题.我认为这是因为未安装Nodejs的Ubuntu apt安装无法正常工作.我卸载了它sudo apt remove nodejs,然后从 https://nodejs.org/en/download/基本上只是sudo cp -r从下载到/usr/local/的所有子目录.在那之后工作了.

I had this issue just today. I think it is because the Ubuntu apt install of nodejs wasn't working. I uninstalled it sudo apt remove nodejs, then manually installed files from https://nodejs.org/en/download/ which was basically just sudo cp -r all the sub directories from the download into /usr/local/. It worked after that.

这篇关于ENOENT错误-安装AWS-CDK节点模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆