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
@qlbit-com for now you can simply install it with npm i @riotjs/hot-reload -f. During the next few weeks I will need to update the Riot.js ecosystem bumping the dependencies to v7
assume you checking out a project fresh, when no node_modules, no package-lock.json is available.
when package.json references riot 7.0.3 and riot@hot-reload 6.0.0
npm install
shows error
steps to reproduce:
node_modules
folder availablepackage-lock.json
file availablenpm install
workaround available:
npm install
npm install
again; it will succeedThe text was updated successfully, but these errors were encountered: