Closed DanielRosenwasser closed 3 years ago
Right now trying to run this package will fail at runtime because deasync won't be installed.
Makes sense, it could be problematic for certain cases such as on prod CI with npm i --only=prod which will avoid installing devDependencies. PR-ed a fix.
npm i --only=prod
devDependencies
Right now trying to run this package will fail at runtime because deasync won't be installed.