javascript - prevent npm dependencies from installing in react-native -


is there way prevent list of dependencies in package.json installing when in environment, example react-native?

i installing web base code redux ducks install comes installing other dependencies break in react-native. there way prevent this?

right fix manually deleted undesired installs in node_modules


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -