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
Hi, npm start also runs the website as an integrated dev environment, for this you'll need to do cd website && npm i.
For a more lightweight/ugly dev environment that does not require the website try npm run dev instead. Or npm run dev:with-companion if you also need companion.
Does that help? I've seen the name-emitter thing before but that was then caused by first doing bootstrap and then install. Perhaps you can do an extra double npm run bootstrap to make double extra sure.
Hi,
i have cloned the repo and ran the following commands as described in CONTRIBUTING.md
If i run npm start i am getting several missing module errors first of all
hexo
if i fix it i am gettingnamespace-emitter
and so on.Seems like
lerna bootstrap
doesn't install the dependencies for the packagesThe text was updated successfully, but these errors were encountered: