Skip to content

Commit

Permalink
force dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CaribouJohn committed May 17, 2021
1 parent 18942b0 commit ef22511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/create-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async function createWidget(args) {
//need for the runtime widget build not for the general dev
console.log(`npm adding dev dependencies (runtime) for ${args.name}`);
//command = `npm install --save-dev @c8y/ngx-components@${cumulocity_version}`;
command = `npm install --save-dev caniuse-lite gulp@4.0.2 gulp-filter@6.0.0 gulp-replace@1.0.0 gulp-zip@5.0.2 gulp-bump ng-packagr@9.1.1 url-loader@4.1.1 webpack@4.43.0 webpack-cli@3.3.11 webpack-external-import@2.2.3 css-loader@3.5.3`;
command = `npm install --force --save-dev caniuse-lite gulp@4.0.2 gulp-filter@6.0.0 gulp-replace@1.0.0 gulp-zip@5.0.2 gulp-bump ng-packagr@9.1.1 url-loader@4.1.1 webpack@4.43.0 webpack-cli@3.3.11 webpack-external-import@2.2.3 css-loader@3.5.3`;
child = spawn(command, { encoding: 'utf8', shell: true });
for await (const data of child.stdout) {
console.log(`${data}`);
Expand Down

0 comments on commit ef22511

Please sign in to comment.