Problem installing

Hi,

I like to evaluate webix-fileManager, for our product, so I downloaded the trial version.

I followed the instructions as given in readme.txt. npm install succeeds, but npm run pack failes with the error:

“ERROR in Entry module not found: Error: Cannot resolve ‘file’ or ‘directory’ ./sources/filemanager.js in C:\Users\Chris\Desktop\webix.trial.complete\filemanager”

Trying to build other packages, pivot or kanban, brings up the same error.

Am I missing something here?

Thanks a lot in advance
Chris

Hello,

The trial package doesn’t have to be installed. Trial package already includes the pre-built filemanager.js, so all you need to do can just include it in your app.

readme is inherited from the pro package. The licensed (non-trial) filemanager package stores also the source code divided by modules. The mentioned npm commands are required only in case you need to create a custom build from these sources instead of pre-built filemanager.js.