suren-atoyan / monaco-loader

The utility to easy setup monaco-editor into your browser
MIT License
177 stars 37 forks source link

Path to the monaco editor from npm does not work. #38

Open HitendraSinghRathore opened 11 months ago

HitendraSinghRathore commented 11 months ago

I tried setting up monaco-editor using the plugin and it is working fine when I use the CDN https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.44.0-rc1/min/vs/loader.min.js but when I try to import from node_modules like: loader.config({ paths: { vs: 'node_modules/monaco-editor/min/vs' } });

get the following error

Screenshot 2023-10-05 at 12 01 38 PM

Any help is appreciated.

HitendraSinghRathore commented 11 months ago

@suren-atoyan please advise if I am doing something incorrect.

HitendraSinghRathore commented 3 months ago

Facing the same issue here

suren-atoyan commented 3 months ago

@HitendraSinghRathore could you please try this?