pichillilorenzo / JavaScriptEnhancements

JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
MIT License
639 stars 41 forks source link

ImportError: No module named 'shellenv' #82

Open VuongTran21 opened 3 years ago

VuongTran21 commented 3 years ago

Expected Behavior

Install success package JavaScript Enhancements

Actual Behavior

Error occurred: no module named 'shellenv'

Sublime Text console logs

reloading plugin JavaScript Enhancements.main Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 125, in reload_plugin m = importlib.import_module(modulename) File "./python3.3/importlib/init.py", line 90, in import_module File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1532, in _find_and_load_unlocked File "", line 584, in _check_name_wrapper File "", line 1022, in load_module File "", line 1003, in load_module File "", line 560, in module_for_loader_wrapper File "", line 868, in _load_module File "", line 313, in _call_with_frames_removed File "/home/vuongtran/.config/sublime-text-3/Packages/JavaScript Enhancements/main.py", line 2, in import os, platform, shutil, tempfile, json, re, sys, shellenv ImportError: No module named 'shellenv'

Steps to Reproduce the Problem

  1. Install manually from source code
  2. Add to Packages folder in Sublime Text 3

Specifications