Uppy: lerna bootstrap doesn't install npm modules

Created on 7 May 2019  路  2Comments  路  Source: transloadit/uppy

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

Bug

Most helpful comment

Yes, now it works... thanks a lot

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings