Build -> Plugins -> CollectionEditor (Build Failing on various NodeJS Versions including the default version installed in Jenkins Server) #83
-
System Configuration Details:
@gandham-santhosh and @keshavprasadms Jenkins Logs: Started by user Admin Deployer
[Pipeline] stage
PhantomJS not found on PATH
prebuild-install WARN install No prebuilt binaries found (target=10.24.1 runtime=node arch=x64 platform=linux)
Cached binary found at /var/lib/jenkins/.npm/node-sass/4.9.2/linux-x64-64_binding.node
PhantomJS not found on PATH
Binary found at /var/lib/jenkins/workspace/Build/Plugins/CollectionEditor/node_modules/node-sass/vendor/linux-x64-64/binding.node
✔ cwebp pre-build test passed successfully
✔ gifsicle pre-build test passed successfully
✔ jpegtran pre-build test passed successfully
✔ mozjpeg pre-build test passed successfully
✔ optipng pre-build test passed successfully
⚠ The
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/postcss-cli/node_modules/chokidar/node_modules/fsevents): added 2546 packages from 1873 contributors and audited 2624 packages in 100.718s 19 packages are looking for funding found 602 vulnerabilities (50 low, 163 moderate, 289 high, 100 critical)
x2js bower_components/x2js eventbus bower_components/eventbus uuid bower_components/uuid ngSafeApply bower_components/ngSafeApply izitoast#1.1.5 bower_components/izitoast oclazyload#1.1.0 bower_components/oclazyload angular-bootstrap#2.5.0 bower_components/angular-bootstrap angular#1.5.9 bower_components/angular jasmine-jquery#2.1.1 bower_components/jasmine-jquery ng-dialog#0.6.6 bower_components/ng-dialog promise-polyfill#8.2.2 bower_components/promise-polyfill fingerprintjs2#2.0.6 bower_components/fingerprintjs2 lodash#4.0.1 bower_components/lodash jquery#3.1.1 bower_components/jquery contenteditor#e-tag:0x8DA34D0 bower_components/contenteditor async#2.6.4 bower_components/async fabric#1.7.3 bower_components/fabric jasmine#4.3.0 bower_components/jasmine bootstrap#3.4.1 bower_components/bootstrap jquery-ui#1.12.1 bower_components/jquery-ui font-awesome#4.5.0 bower_components/font-awesome semantic#2.2.6 bower_components/semantic
ReferenceError: internalBinding is not defined [Pipeline] // ansiColor |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
@vinukumar-vs Please can you suggest a solution for the error? |
Beta Was this translation helpful? Give feedback.
-
@shounakacharya This is old collection editor has been deprecated. Please use a newer version of the collection editor. Github repo : https://github.com/Sunbird-Ed/sunbird-collection-editor/tree/release-5.1.0 @keshavprasadms @vinukumar-vs |
Beta Was this translation helpful? Give feedback.
-
@shounakacharya Please find the NPM package details below: and also please refer to the documentation for installation and integration of the new collection editor. cc: @vinukumar-vs @keshavprasadms |
Beta Was this translation helpful? Give feedback.
@shounakacharya
A new collection editor has been published as an angular library to the NPM repository so the Jenkins deployment job is not required at all. You can use directly the NPM package in your angular project.
Please find the NPM package details below:
Package name: @project-sunbird/sunbird-collection-editor-v9
Package version: 5.0.7
and also please refer to the documentation for installation and integration of the new collection editor.
cc: @vinukumar-vs @keshavprasadms