Posted 16 November 2017, 5:17 am EST
Hi,
We have got “C1Wijmo_5.20172.359” wijmo version. Its internal structure is as follows:
COMMERCIAL-LICENSE.txt
Intellisense
readme.html
ChangeLog.txt
NpmImages
Dist
VsTemplates
As I need to install WIJMO in my project I compiled with npm command
“npm install <path_to_wijmo/NpmImages/wijmo-commonjs-src>”
but a symlink is created in “<myprj_path/node_modules/wijmo” to the path provided to npm command.
So I manually did the following :
- I copied “wijmo-commonjs-src” into my project/node_modules folder and renamed to “wijmo”.
- Also I manually copied styles folder to /node_modules/wijmo" from dist folder.
And it worked as expected.
But my project is suppose to support OLAP as well. And I found wijmo.olap.js missing in this folder. So manually copied from the following location to “/node_modules/wijmo” and it worked.
“http://prerelease.componentone.com/wijmo5/npm-images/C1Wijmo-Enterprise-Eval-AMD-5.20172.359.tgz”,
Is there any procedure for achieving the above without manual intervention.
Please let us know the procedure for build/compilation.
