How do I execute an npm bin inside a nested scoped node_modules? -


i have installed npm package using npm link:

./node_modules/@company/node_modules/.bin/webpack

how can more reference when running npm scripts block? npm link says "it link bins in package {prefix}/bin/{name}."

but don't see example of how looks in config.


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 -