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

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -