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.

add --dry-run option to skip npm install

See original GitHub issue

At times it is very useful to just generate the codebase without installing the NPM modules (since it could take a lot of time). The angular CLI has this option available.

Do you consider this feature useful for the project? If so, I could add a PR.

--dry-run (alias: -d) default value: false

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jvandemocommented, May 14, 2017

@jdjuan — I will close this issue for now. Feel free to re-open if needed.

Thanks again for your help! 👍

1reaction
jdjuancommented, Apr 21, 2017

I wanted to check if you guys were paying attention 😆 Yes yes, --skip-install Thanks for the correction @caroso1222

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-install - npm Docs
This command installs a package and any packages that it depends on. If the package has a package-lock, or an npm shrinkwrap file,...
Read more >
npm-ci
Description. This command is similar to npm install , except it's meant to be used in automated environments such as test platforms, continuous...
Read more >
npm-prune
Description. This command removes "extraneous" packages. If a package name is provided, then only packages matching one of the supplied names are removed....
Read more >
npm-publish - npm Docs
dry-run ... Indicates that you don't want npm to make any changes and that it should only report what it would have done....
Read more >
npm-install-test
Dependency types to omit from the installation tree on disk. Note that these dependencies are still resolved and added to the package-lock.json or...
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