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.

Is it possible to import packages direct from github like in package.json?

See original GitHub issue

Hi. I have in my package.json files in every project this:

"dependencies": {
    "@devmonkeys/scss-elements": "git+https://github.com/DevMonkeysDE/scss-elements.git",
},

Is it possible to import a github repository in the same way in StackBlitz? Entering the URL in the Dependency input dont work.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
EricSimonscommented, Sep 20, 2017

@BamiGorengo we’re working on implementing this! We’re shooting to have it out in early October at the latest 😃

0reactions
purplem1lkcommented, Apr 30, 2021

Thank you for your patience - We are launching new core technology into beta next month that should resolve this issue so this will be closed accordingly. If this issue persists, feel free to tag me or ask to reopen this issue with screenshots of the error. Thank you! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install an npm package from GitHub directly
21 Answers 21 · 14. You can't install any npm package you want from its GitHub source, unless the repo includes a dist...
Read more >
Use Github branch as dependency in package.json - Medium
To npm install a public project that is hosted on Github, and not the NPM registry, add the Github repo to package.json dependencies...
Read more >
Install NPM Packages from GitHub | Pluralsight
This guide explains the details of installing public and private NPM packages from GitHub.
Read more >
Add missing import use package.json "typings" property #15020
json i have "typings": "dist/index.d.ts" . When i want to use this module i want to write import {Utils} from '@ng/common'; but vscode...
Read more >
Allow subdirectories within git repos in npm install · Issue #2974
I would like to be able to run npm install for a package.json file in a subdirectory of a git repo. This would...
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