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 was archived by the owner on Sep 7, 2022. It is now read-only.
when I build dependence by use npm install , it would produce error : No matching version found for tonal-chord@^1.1.4 , I found tonal-chord doesn't have version 1.1.4, so I follow the solution that given in stackoverflow and delete the packagelock.json and execute 'npm install && npm update' , but the similar error still produced , for example :
then, when I execute npm start ,it will give error tip :
so have anyone know how to solve ?
when I build dependence by use npm install , it would produce error : No matching version found for tonal-chord@^1.1.4 , I found tonal-chord doesn't have version 1.1.4, so I follow the solution that given in stackoverflow and delete the packagelock.json and execute 'npm install && npm update' , but the similar error still produced , for example :


then, when I execute npm start ,it will give error tip :

so have anyone know how to solve ?