sonikjs / sonik

348 stars 9 forks source link

chore(documentatio): update the documentation for installing dependen… #2

Closed vadhe closed 1 year ago

vadhe commented 1 year ago

The issue arises when we run 'npm run' to install the project's dependencies, but it appears that there is no script specified in the package.json. To resolve this, we simply need to run 'npm install' to install all the required dependencies.

yusukebe commented 1 year ago

Thanks!