Foundation-spa-react
Foundation-spa-react copied to clipboard
Missing epi-sync-models dependency
Hello, I'm evaluating this project for a commercial use case. 🙂
Is the epi-sync-models package public yet, since npx epi-sync-models fails to do anything and gives the error 'epi-sync-models@latest' is not in the npm registry.
Hi,
Can you confirm that the npm install succeeded?
The epi-sync-models command should be registered by the @episerver/webpack library, which lives at https://github.com/episerver/foundation-lib-spa-webpack. To install it run the following command:
npm install --save-dev github:episerver/foundation-lib-spa-webpack#0.1.5
With the switch to using yarn and what not, is this issue still relevant in 2024..?