question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Currency Conversion - Issues with building docu locally

See original GitHub issue

I followed the steps described here to clone the SDK documentation. I was able to access the files and create a PR. However, ever since I have signed the CLA, I am unable to build the documentation locally by using npm install and npm start,

Important information: Here’s the code for npm install:

C:\Users\I333344\git\cloud-sdk>npm install
npm WARN @docusaurus/plugin-debug@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/plugin-google-analytics@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/plugin-google-gtag@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/plugin-sitemap@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/preset-classic@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/theme-classic@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/theme-search-algolia@2.0.0-alpha.61 requires a peer of @docusaurus/core@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @docusaurus/theme-search-algolia@2.0.0-alpha.61 requires a peer of @docusaurus/utils@2.0.0-alpha.60 but none is installed. You must install peer dependencies yourself.
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

audited 2021 packages in 16.664s

165 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

When I do npm start, I get some 78 rejection ids.

Impact / Priority It isn’t critical since I can see the file changes on my PR but I would like to see an actual preview since there is some docusaurus formatting as well, which I want to check for correctness.

Affected development phase: Release

Impact: Impaired

**Timeline: Local Host Build.txt ** GoLive ASAP

Project Details Currency Conversion Library on Cloud SDK. The file in which the content was to be added was already created for us. We only edited the relevant file.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rassumfrassumcommented, Sep 15, 2020

I cloned the original repo and was able to run the build locally. I have submitted my changes in a new PR directly through GitHub. Closing this.

0reactions
rassumfrassumcommented, Sep 14, 2020

Yes, the commented out parts are not necessarily correct but rather only placeholders for future stuff. But if that was the cause you should also see errors in the log output where your npm start is running. I only see warnings when I run npm start. No errors.

You can also check out the (somehow hidden) getting started guide: https://sap.github.io/cloud-sdk/docs/dzen/getting-started/ Yes, I followed the steps from here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Designing and Building Currency Conversion Applications
Some applications require that only converted values be stored in the main database. Local values are entered, and the conversion operation overwrites local ......
Read more >
Dealing with currency exchange risk in project financings
On many international project financings, the main cash flow generated by the project is denominated in the local currency which does not match...
Read more >
Currency Risk in Project Finance
During the issuing process, shortcomings of current market regulations can be identified and adjusted, building on international best practices. Local currency ...
Read more >
Dynamic Currency Conversion - Adyen Docs
Dynamic Currency Conversion (DCC) gives shoppers from abroad a choice to pay in the local currency or their own currency. Adyen's DCC feature...
Read more >
Currency Conversion - SAP ECC - Celonis Documentation
The date of the currency exchange is wrong / For the specific date, there is no data in the conversion tables → This...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found