Is it possible to import packages direct from github like in package.json?
See original GitHub issueHi. 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:
- Created 6 years ago
- Reactions:3
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@BamiGorengo we’re working on implementing this! We’re shooting to have it out in early October at the latest 😃
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! 😃