Questions tagged [npm-lazy]
3 questions
4
votes
2 answers
Why does `npm install` use the shrinkwrap's 'resolved' property
I am considering setting up a local npm mirror such as "npm_lazy" on my computer.
But it seems like npm install and npm shrinkwrap don't work well with local mirrors.
Let me explain. When there is an npm-shrinkwrap.json file, the npm install…

Matthias
- 13,607
- 9
- 44
- 60
2
votes
2 answers
Make 2nd API calls when all contents are loaded (lazy loading) from the first API call in React js
I have some .json files. I need to show all the data from the first .json file in browser as lazy loading.I need to make API call to the second .json when all contents are loaded from the first .json file (when user scoll to end of the page). I…

Gmv
- 2,008
- 6
- 29
- 46
0
votes
1 answer
Start npm_lazy on startup
i would like to use npm_lazy as a local for npm.
i installed npm_lazy and all works perfect.
starting the server using
npm_lazy --config ~/custom_config/npm_lazy.config.js
works.
but how can i add this command to the startup of the linux server.
i…

JuKe
- 663
- 2
- 7
- 20