javascriptpycharm

Can you run a JavaScript file in PyCharm Community Edition?


I am doing a REST API tutorial where I use a JavaScript file to make AJAX calls to the API endpoints. I have pretty much everything built out but the JavaScript won't run and I think it's because PyCharm's Community Edition doesn't allow JS files. I am able to run CSS files.


Solution

  • You are correct, PyCharm's Community Edition does not allow for you to run JavaScript.

    You can learn more here but only the professional version allows JavaScript to run.