Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 440 Bytes

sinopia.md

File metadata and controls

35 lines (21 loc) · 440 Bytes

How using yun npm registry

npm set registry http://registry.example.com/

How access yun private registry

/> npm set always-auth true
/> npm login

Username: user
Password: 123456789
Email: [email protected]

How to publish private registry

  • first make package.json
  • npm publish

for example:

user@server:~# mkdir yun-test
user@server:~/yun-test# npm init 
user@server:~/yun-test# npm publish