前提・実現したいこと
ドットインストールでTypescriptを学習しようとしたのですが、 sudo npm install -g typescriptでインストールするとエラーが出てしまい先に進めません。
npm initをしてから再度インストールしてみましたができませんでした。
初心者の質問で申し訳ないのですがお力をお貸しいただければ幸いです。
発生している問題・エラーメッセージ
[vagrant@localhost ~]$ sudo npm install -g typescript
npm http GET http://registry.npmjs.org/typescript
npm http 304 http://registry.npmjs.org/typescript
npm WARN engine typescript@3.9.3: wanted: {"node":">=4.2.0"} (current: {"node":"v0.10.48","npm":"1.3.6"})
/usr/bin/tsc -> /usr/lib/node_modules/typescript/bin/tsc
/usr/bin/tsserver -> /usr/lib/node_modules/typescript/bin/tsserver
npm WARN unmet dependency /usr/lib/node_modules/block-stream requires inherits@'~2.0.0' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/fstream requires inherits@'~2.0.0' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/fstream-ignore requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/fstream-npm requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/glob requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/npmconf requires inherits@'~2.0.0' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/tar requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
typescript@3.9.3 /usr/lib/node_modules/typescript
該当のソースコード
VirtualBoxをインストール、Vagrantのインストール後に下記の作業を行ました。
vagrant init bento/centos-6.8 sed -i '' -e 's/# config.vm.network "private_network", ip: "192.168.33.10"/config.vm.network "private_network", ip: "192.168.33.10"/' Vagrantfile sudo yum -y update sudo yum -y install git git clone https://github.com/dotinstallres/centos6.git cd centos6 ./run.sh exec $SHELL -l
試したこと
npm init
補足情報(FW/ツールのバージョンなど)
node -v
v0.10.48
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー