Category "package"

How can i implement an NPM compatible package registry from scratch? [closed]

I would like to implement my own NPM compatible package registry, like 'github packages'. Where can i find documentation of how this is done?

Plot a local image using bokeh image_url by running python with the -m option

I have to run a bokeh script as a module using the -m option from the top directory, because it needs to import some other portable module under the same direct

Unable to install R packages due to library not found

In any R package I try to install, I get the following error message: ld: library not found for -lintl collect2: error: ld returned 1 exit status make: *** [utf

Python 3: ImportError "No Module named Setuptools"

I'm having troubles with installing packages in Python 3. I have always installed packages with setup.py install. But now, when I try to install the ansicolors

Java - Getting file from same package

If I want to read from "Words.txt" which is in the same package as the class, how would I do this? Doing simply Scanner = new Scanner(new File("Words.txt")); re

Netbeans doesnt recognize class in the same package

i am creating a little game with libgdx framework and netbeans 8. I have all java classes in a single package that match with the directory structure. The probl

Netbeans doesnt recognize class in the same package

i am creating a little game with libgdx framework and netbeans 8. I have all java classes in a single package that match with the directory structure. The probl

pypi package published but can't download

I have here a package on pypi that was published by command line, but no-one can download it (except on the laptop I packaged it up on): pip install webdriver_c

Save package settings between sessions

Is there a definitive way to save options or information pertaining to a certain package between sessions? For example say somebody made a game and released it

The Google Fonts Package in Flutter app is not working

First, I added the google_fonts package to your pubspec dependencies. dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 google_fonts: ^0.2

How do I run the main script of a Python package directly?

I have an issue on a large set of scripts I've put into a package, and setup a test repo package_test to get things working, as shown below. I'm using Python 3.