Uncaught TypeError: Failed to resolve module specifier “monaco-editor”. Relative references must start with either “/”, “./”, or “../”
I’m getting started using a Monaco Editor for an Electron JS application. So far I’m able to get the file content on a user’s directory no problem but when I try to append it to a Monaco Editor is where I face this issue.