daidodo / format-imports-vscode

Format imports and exports for JavaScript and TypeScript in VS Code.
https://marketplace.visualstudio.com/items?itemName=dozerg.tsimportsorter
MIT License
62 stars 5 forks source link

Exception: Cannot find module 'c:\Users\alex0\Documents\JavaScript\UNI\entregables-frontend-l9-fo-9\node_modules\eslint'Require stack:- c:\Users\alex0\.vscode\extensions\dozerg.tsimportsorter-7.4.19\out\extension.js- c:\Users\alex0\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js- c:\Users\alex0\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-amd.js- c:\Users\alex0\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-fork.js #74

Closed alesanfe closed 2 years ago

alesanfe commented 2 years ago

Code snippet triggering the exception

// INSERT CODE HERE

All Logs

(Please open the output channel for "JS/TS Import/Export Sorter" and copy/paste ALL logs here)

PASTE LOGS HERE
daidodo commented 2 years ago
Exception: Cannot find module 'c:\Users\alex0\Documents\JavaScript\UNI\entregables-frontend-l9-fo-9\node_modules\eslint'
Require stack:
- c:\Users\alex0\.vscode\extensions\dozerg.tsimportsorter-7.4.19\out\extension.js
- c:\Users\alex0\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js
- c:\Users\alex0\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-amd.js
- c:\Users\alex0\AppData\Local\Programs\Microsoft VS Code\resources\app\out\bootstrap-fork.js
daidodo commented 2 years ago

@alesanfe, thanks for the feedback!

Could you share more info about the issue, e.g. code snippet caused it, and plugin logs in Debug Mode?