Closed vdo closed 3 years ago
Hey @vdo, import type
is some newer TypeScript syntax that was added a decent while after Junction's latest commit. Make sure you install packages using yarn
(not npm
) to make sure the correct dependency versions are respected as defined in yarn.lock
. Otherwise it may pull in newer dependencies with breaking changes, such as the one you found here.
Make sure you rm package-lock.json && rm -rf node_modules
before installing to make sure you clear out the old packages from the npm
install.