roberto tomás
roberto tomás

Reputation: 4697

changing a project template in intellij idea

How can I change Intellij Idea's Node.js express project template as seen here: screenshot

To have an option "none" under Template?

Upvotes: 1

Views: 426

Answers (1)

Max Robbertze
Max Robbertze

Reputation: 401

Can't really be done, but:

  • make a backup of the whole thing
  • remove .idea and .iml files
  • create a new project of the desired type/template
  • make the location of the project the same as the original project.

That will probably trash a lot of things, but you will have your files and a project of the right type/template

Upvotes: 0

Related Questions