Rails 7 import map couldn't find any packages

Viewed 9

Hello I am new here in the rails world, the things is that I am playing with importmap, I am trying to install monako editor this way

./bin/importmap pin monaco-editor

But I got Couldn't find any packages in ["monaco-editor"] on jspm

I also tried this way but got error too

./bin/importmap pin monaco-editor --from unpkg  

Any ideas of how to import monaco-editor in my project?

0 Answers
Related