Hi,
i have cloned the repo and ran the following commands as described in CONTRIBUTING.md
npm install
npm run bootstrap
If i run npm start i am getting several missing module errors first of all hexo if i fix it i am getting namespace-emitter and so on.
Seems like lerna bootstrap doesn't install the dependencies for the packages
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.
Yes, now it works... thanks a lot
Most helpful comment
Yes, now it works... thanks a lot