Installtion and build steps #10
yashveertrigyn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to install and build Telemetry SDK but I am getting error while I am running command npm run build.
I am using => "name": "@project-sunbird/telemetry-sdk", "version": "0.0.30",
"scripts": {
"test": "karma start karma.renderer.config.js",
"codecov": "codecov",
"test-sdk": "grunt renderer-telemetryV3",
"build": "node_modules/.bin/rimraf ./dist && gulp build-telemetry-schema && grunt build-telemetry-lib && node_modules/.bin/cpy package.json ./dist && node_modules/.bin/cpy README.md ./dist"
},
When I tried npm run build I am getting bellow error. even node module exist in repo (https://github.com/project-sunbird/sunbird-telemetry-sdk)
Beta Was this translation helpful? Give feedback.
All reactions