Our pure JavaScript Scheduler component


Post by jhovan123 »

Hi, I´ve followed the instructions for installint the Scheduler as a dependency but it gives me this errors...
Attachments
Please open the file to se the errores with the installation
Please open the file to se the errores with the installation
Errores.JPG (53.58 KiB) Viewed 640 times

Post by saki »

Hello Anibal,

I have replied to your e-mail earlier today so you probably haven't received my mail. This is the text I sent:
Hello,

Scheduler/build is just an example directory. You need to replace it with the actual path where you unzipped the downloaded zip.

If you unzipped to C:\Users\gdlamanc\devel\scheduler-x.y.z then the command would be:

npm install --save C:\Users\gdlamanc\devel\scheduler-x.y.z\build

Mind please that path separator in Windows is \ (backslash); we use / (forward slash) in the guide.
I hope it helps

Post Reply