1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntu に npm をインストール

Posted at

できた方法

これの真似。
https://stackoverflow.com/questions/33870520/npm-install-cannot-find-module-semver?page=1&tab=scoredesc#tab-top

sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf ~/.npm
brew uninstall --force node
brew install node

=> インストールできた

$ npm --version
10.7.0

環境

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.4 LTS
Release:	22.04
Codename:	jammy

背景

いくつか試してダメだったので、できた方法を記録します。

$ npm --version
:
(node:23470) UnhandledPromiseRejectionWarning: Error: Cannot find module 'semver'
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?