kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

Need to run `yarn build` before `yarn watch` #119

Closed kasbah closed 1 year ago

kasbah commented 1 year ago

I ran into issues running yarn watch after yarn as instructed in the readme. I needed to run yarn build once otherwise I got errors because it can't find the klighd-core module:

Cannot find module '@kieler/klighd-core'
NiklasRentzCAU commented 1 year ago

Thanks, never noticed this before because this only affects clean repositories, as the watch task runs over all packages in parallel, therefore missing the internal dependencies. Added your suggested step in the readme.