@buoyantair
Hey folks!
Im a little confused with setting up my env for webpack-cli
I have done the following steps so far:
npm i
npm run bootstrap
npm test
Ideally this should first, install some of the dependencies like rimraf required to bootstrap the application with lerna and then npm test should test everything and make sure nothing is broken.
But the last command fails, and gives me this log...
https://pastebin.com/nKa4ihsn
yarn link
yarn link
my changes there
yarn build
and that command seems to give me an error
I have experience with following node modules -
So , It would be really wonderful if someone can guide me with whats I could help in. Would really really appreciate that .
Would me more then happy to wonk and learn from all of you here. Really looking forward to it.