You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the package is outdated on npm. You could write your own CI script to pull the necesary files from this repository, build the assets if not already built and use them as a path or upload them to your own private package manager.
We're using the router in the context of an existing Typescript module.
We've done the install script of:
And now we can do:
But, the bit of our CI infrastructure that runs our Jest tests doesn't have PHP on it. So we can't execute
composer install
.I'd love to be able to install the dependency via
yarn
remotely. Is it hosted onnpm
?It looks like this could be it: https://www.npmjs.com/package/fos-router so
yarn install fos-router
would work, but I'm wondering if the version is the same?Thanks!
The text was updated successfully, but these errors were encountered: