Not a subscriber?

Join thousands of others who are building self-directed lives through creativity, grit, and digital strategy—breaking free from the 9–5.
Receive one free message a week

Rails ImportMap Pin with Version

If you’re using importmap with Rails and you need to pin a particular version, here’s how you can do that:

bin/importmap pin @editorjs/[email protected]

This would pin version 1.9.0 of editorjs/list into your application. Without the version identifier, you’d get the latest version.