You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to pull the package into a yarn workspace'd Ember application (latest version) and I get the following error:
Attempting to watch missing directory: node_modules/monaco-editor/dev/vs
I can get around this error by installing monaco-editor as a direct dependency in my app and using nohoist to get it to build at the nested node_modules level. I run into a similar error, however, for regenerator-runtime.
I have a working branch that gets around this by resolving the package paths by stepping up the parent tree. I can push that up if that sounds like it would fix it!
Trying to pull the package into a yarn workspace'd Ember application (latest version) and I get the following error:
I can get around this error by installing
monaco-editor
as a direct dependency in my app and usingnohoist
to get it to build at the nestednode_modules
level. I run into a similar error, however, forregenerator-runtime
.I have a working branch that gets around this by resolving the package paths by stepping up the parent tree. I can push that up if that sounds like it would fix it!
Example:
The text was updated successfully, but these errors were encountered: