Ich arbeite mit webpack und ich brauche auszuführen ./node_modules/webpack/bin/webpack.jsverwenden npx. npx webpackwürde das Webpack binary ( ./node_modules/webpack/bin/webpack) ausführen, aber jedes Mal, wenn ich npx Webpack ausführe, bekomme ich
bash: npx: command not found.
Ich benutze:
Knoten: v9.5.0
npm: 5.6.0
nvm: 1.1.5
Webpack: 3.11.0
