Currency Conversion - Issues with building docu locally
See original GitHub issueI 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:
- Created 3 years ago
- Comments:9 (3 by maintainers)
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.