I've been testing DayPilot Scheduler trial in a Angular4 project. When I've seen that the scheduler works as expected, we've paid the license. After get the API-Key, I try to install via npm like this: npm install https://npm.daypilot.org/daypilot-pro-angular/xxxxxxxxxxxxxxxxxxxxxxxxxx/x.y.zzzz.tar.gz
npm return error 400.
How can install via packaje.json?
Thanks in advance.
Have you replaced x.y.zzzz with the actual version number?
Example for the latest release:
https://npm.daypilot.org/daypilot-pro-angular/your-api-key/8.3.2864.tar.gz
You can also get a link to a specific release in the customer area under "Licenses" -> "NPM". Click the required version number to get an npm installation command for your license. It looks like this:
npm install https://npm.daypilot.org/daypilot-pro-angular/your-api-key/8.3.2864.tar.gz --save
Let me know if the problem persists.
I'm very sorry. Yes, I didn't replace with the version number.
Thank you very much.