GrapeCity / wijmo-demo

0 stars 0 forks source link

Discussion on #Excel/WorkbookViewer #1

Open Sajiro123 opened 4 years ago

Sajiro123 commented 4 years ago

Type Your Comment Here


Excel/WorkbookViewer

banzor commented 4 years ago

Hey, did you have some feedback for Wijmo's Excel/WorkbookViewer demo?

We would be happy to hear it.

hareeshmhegde commented 2 years ago

can you tell me the steps to run in my local for angular

banzor commented 2 years ago

From this page: https://www.grapecity.com/wijmo/demos/Excel/WorkbookViewer/angular

  1. Click the download Zip button.
  2. Extract zip to directory
  3. Open directory in node shell (Terminal in VSCode for example)
  4. in terminal run "npm install"
  5. in terminal run "npm run start"

Thats it! You should have the local version of the demo running.

hareeshmhegde commented 2 years ago

Thanks for the reply @banzor

Yea i tried the same , when i try to run npm install,iam getting below errors-

npm WARN config global --global, --local are deprecated. Use --location=global instead. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: sample-ts@1.0.0 npm ERR! Found: typescript@4.0.8 npm ERR! node_modules/typescript npm ERR! typescript@"~4.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer typescript@"^2.4.0" from plugin-typescript@8.0.0 npm ERR! node_modules/plugin-typescript npm ERR! plugin-typescript@"8.0.0" from the root project
npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\a840482\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\a840482\AppData\Local\npm-cache_logs\2022-07-25T06_31_57_767Z-debug-0.log