1.0.6 • Published 4 years ago

@evag/evagjs v1.0.6

Weekly downloads
3
License
GPL-3.0-or-later
Repository
gitlab
Last release
4 years ago

evagjs

EVAG API interaction library.

Install

yarn add @evag/evagjs

Setup for local package link

If you just do a yarn link:{path_to_this_folder}, the React installed in this node_modules will conflict with the one installed in the other project. So you need:

cd evagjs
yarn link
yarn install
cd node_modules/react
yarn link
cd {gatsby-project}
yarn link evagjs
yarn link react