Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
42 lines (31 loc) · 1.08 KB

File metadata and controls

42 lines (31 loc) · 1.08 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

npm Install Requirements

If you're installing the npm module you'll need certain dependencies to build the native modules used by VS Code.

You also need at least node v12 installed. See #1633.

Ubuntu, Debian

sudo apt-get install -y \
  build-essential \
  pkg-config \
  libx11-dev \
  libxkbfile-dev \
  libsecret-1-dev

Fedora, CentOS, RHEL

sudo yum groupinstall -y 'Development Tools'
sudo yum config-manager --set-enabled PowerTools # unnecessary on CentOS 7
sudo yum install -y python2 libsecret-devel libX11-devel libxkbfile-devel
npm config set python python2

macOS

Install Xcode and run:

xcode-select --install
Morty Proxy This is a proxified and sanitized view of the page, visit original site.