No "Javascript" or "NodeJS" option on New Project page
Answered
I have IntelliJ IDEA Ultimate 2022.2.3, running on macOS 11.7.1, and have the "JavaScript and TypeScript" and "Node.js" plug-ins installed. Yet, when trying to create a new project, I do not find "JavaScript" or "Node.js" among the project types on the left. Please assist.
Please sign in to leave a comment.
JavaScript can be selected in the 'New Project' section:
This preset will create a new web project with a
package.jsonfile.See also:
Thanks for your help. It used to be on the left at one point. I believe this confused me.
It did, but the 'New Project' wizard has gone through a number of revamps recently to better organize its contents, so some items were merged with others.
IntelliJ IDEA 2024.3.5 (Ultimate Edition)
Node.JS and JavaScript are nowhere to be seen.
Since IntelliJ IDEA version 2024.1, the New Project wizard has no longer an option to create a JavaScript project (or module) with a general static web page structure. Use one of the following options to create a more specific structure: HTML (https://www.jetbrains.com/help/idea/new-project-wizard.html#html), React (https://www.jetbrains.com/help/idea/new-project-wizard.html#react), Express (https://www.jetbrains.com/help/idea/new-project-wizard.html#express), Angular CLI (https://www.jetbrains.com/help/idea/new-project-wizard.html#angular), Vue (https://www.jetbrains.com/help/idea/new-project-wizard.html#vue_js), or Vite (https://www.jetbrains.com/help/idea/new-project-wizard.html#vite).
Alternatively, clic