cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1303
Views
0
Helpful
3
Replies

NPM install failure

peterbailey
Level 1
Level 1

I am trying to install lokijs into my jabberbot sandbox and it keeps timing out. I used to be able to do this without any problems. I see there is a new policy regarding outbound internet access. Is it not possible to install npm libraries into the sandboxes anymore?

1 Accepted Solution

Accepted Solutions

zowu
Cisco Employee
Cisco Employee
Yes, we blocked outbound connection to npm hub repository. You can download the required libs into your local machine and upload to DevBox, then use the "npm link" command to activate it.

View solution in original post

3 Replies 3

zowu
Cisco Employee
Cisco Employee
Yes, we blocked outbound connection to npm hub repository. You can download the required libs into your local machine and upload to DevBox, then use the "npm link" command to activate it.

OK, thanks.

Apparently I do not have permission to run the npm link command?