MikeDre
9/13/2018 - 3:55 PM

Contextify issue

// Delete node_modules then run...

npm install --no-optional

// Or 

run  yarn

rm -fr node_modules
rm -fr package-lock.json
npm cache clean --force
npm install

// or 

rm -fr node_modules
yarn install