node-pac icon indicating copy to clipboard operation
node-pac copied to clipboard

Private/scoped modules

Open mmacaula opened this issue 9 years ago • 4 comments

We've got some private scoped modules on npm. They are installed in node_modules like so

node_modules ----@orgname --------package1 --------package2 ----underscore ----other packages

pac currently fails trying to find a package.json file in the @orgname directory.

mmacaula avatar Oct 01 '15 21:10 mmacaula

same problem here please FIX

ainthek avatar Nov 04 '15 20:11 ainthek

same here :(

BlueHotDog avatar Jul 11 '16 12:07 BlueHotDog

Any updates?

glebmachine avatar Jun 04 '19 10:06 glebmachine

I have implemented @scopes by my own https://github.com/glebmachine/node-pac

glebmachine avatar Jun 05 '19 12:06 glebmachine