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
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
When I go for ES6 modules, yarn, VS code integration, select all modules - using the latest (2.1) evaluation version, I get:
ERROR in ./app/scripts/app.js
Module not found: Error: Can't resolve 'yfiles/graph-styles-other' in 'C:\git\kierenj\test\app\scripts'
@ ./app/scripts/app.js 4:0-61
@ multi ./app/scripts/app.js
The text was updated successfully, but these errors were encountered:
Thanks for reporting. We found the issue, too and will fix it soon. It's a typo in the module name. It should be just "yfiles/styles-other" - please remove the "graph-" prefix and you should be fine!
When I go for ES6 modules, yarn, VS code integration, select all modules - using the latest (2.1) evaluation version, I get:
The text was updated successfully, but these errors were encountered: