machagr
machagr

Reputation: 67

I can't find EJS2 from Package Control

I have been trying to install EJS2 on Sublime Text.

I have installed Package Control.

I type Ctrl+Shift+P then type ejs but no EJS2 installation options appeared.

How can I install the EJS2 package on Sublime Text 3?

Upvotes: 0

Views: 172

Answers (1)

Jack Bashford
Jack Bashford

Reputation: 44105

You need to select the installation command in the palette first. Here's how you install EJS2:

  1. Open the command palette with Cmd/Ctrl + Shift + P.
  2. Type install, and select the option that says Package Control: Install Package. (There may be a wait here depending on your internet connection).
  3. Type in the name of the package (EJS2) and select the package.
  4. Wait until the lower left corner says Package EJS2 successfully installed.

That's it! Now EJS2 is installed.

Upvotes: 1

Related Questions