Questions tagged [sinopia]

`sinopia` is an open source web application providing a private npm repository server.

sinopia is an open source web application written in node.js that provides to node.js developper teams a private npm repository server.

Developpers can set the server FQDN as their default npm registry to publish or install npm packages.

sinopia is even capable to cache each version of each package from npmjs.org when they are requested the first time.

29 questions
1
vote
2 answers

Unable to install sub npm dependencies for a pvt npm module

I have an npm private repo through sinopia I have published an app in this. It is a full end-to-end application using Angular2 on the UI side. It has its own dependencies mentioned in package.json such as @angular/core, animations etc. When I…
arjun
  • 11
  • 5
1
vote
1 answer

Working with multiple npm registries and user accounts

For all my own stuff I use the public npm registry however one of the clients I am working with at the moment has just installed sinopia and wants to use that for private modules hosted on site. This is fine, however as I use my laptop in various…
Grofit
  • 17,693
  • 24
  • 96
  • 176
1
vote
1 answer

Using require() and import for private npm modules failing

I was trying import my private npm module hosted in sinopia. I can see that my module is available in sinopia folder structure. Able to install module via "npm install --save". I can see it picks it from local registry. But when I to use it…
zeagord
  • 2,257
  • 3
  • 17
  • 24
1
vote
1 answer

how to configure .npmrc registry order?

could someone explain me what exactly going on here. what is the difference between registry = http://localhost:4873 vs http://localhost:4873 why doesn't the default npm registry (registry.npmjs.org) have a similar format at line 1 ? how to set…
sourcevault
  • 313
  • 1
  • 3
  • 10
1
vote
1 answer

Sinopia(Local NPM registry)-Database

Sinopia seems so cool for having a local npm registry. I have a couple of questions in terms o f this module: Sinopia Documentation says "Sinopia keeps its own small database"; so what database is being used? On the other hand it is mentioned "If…
user385729
  • 1,924
  • 9
  • 29
  • 42
1
vote
0 answers

How to administrate a sinopia server (private npm registry)?

I installed the great sinopia private npm registry. Its very simple and works like a charm! I love it ! But I can't get what are the administration features.. is there admin features ? can a system admin create a sinopia admin account or the admin…
Rémi Becheras
  • 14,902
  • 14
  • 51
  • 81
0
votes
1 answer

npm sinopia installation faled

I am trying to install sinopia for electron updater globally but am getting the following error: npm install -g sinopia npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN…
0
votes
0 answers

Unable to add a Private npm module as dependency in angular2 app

I have set up a Pvt sinopia server in which I have published my apps (node Modules). Now, I have created a new local Angular2 Project in which I have installed these apps (modules) as dependencies. When I am trying to use these modules (by adding it…
arjun
  • 11
  • 5
0
votes
0 answers

Publish multiple private packages to private npm registry (Sinopia)

I have created private npm registry by installing sinopia in the machine, how can i publish multiple private packages by a single publish command instead of publishing one by one ? I stuck in this step. Please suggest me if you have any idea. Thanks…
Suneel K
  • 84
  • 1
  • 9
0
votes
1 answer

Porting from Sinopia to Nexus3

Does anybody have a process for porting from Sinopia to Nexus 3? We could always proxy Sinopia in Nexus and let it continue to run for a year, but I'd rather import and shut Sinopia down. Thanks in advance, Dave B.
Dave Brunkow
  • 352
  • 6
  • 20
0
votes
0 answers

docker build stopped at 67c44324f4e3: Downloading 8.633 MB

I was trying to docker build docker-sinopia. then it stopped at 67c44324f4e3: Downloading 8.633 MB. What should I do now
jokcylou
  • 113
  • 1
  • 2
  • 8
0
votes
1 answer

How to maintain npm dependency versioning in package.json

I have a Node module published to private NPM repo like this myModule@1.0.0.dev-43 myModule@1.0.0.rc-01 I want to have a package.json dependencies to download DEV module for local install but RC module for production builds. Is there a way to…
rohit12sh
  • 827
  • 2
  • 11
  • 24
-1
votes
1 answer

sinopia -- how to configuring proxy settings for npmps

I recently downloaded sinopia server in order to cache packages locally, to save internet bandwidth. But it is not working as expected, as I am working behind a corporate proxy. In my setup, I have installed sinopia on my own local mac pc, and I…
Mopparthy Ravindranath
  • 3,014
  • 6
  • 41
  • 78
-1
votes
2 answers

npmjs.org packages on sinopia

After setting up sinopia, How to install npmjs.org packages on it? Scoped too. I have tried and succeeded setting up sinopia and even publish my packages. But did not find any documentation about installing from npmjs.org
VicYam
  • 121
  • 1
  • 9
1
2