npx command not found

前端 未结 8 853
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 21:57

I am working with webpack and I need to execute ./node_modules/webpack/bin/webpack.js using npx. npx webpack would run the webpack bin

8条回答
  •  失恋的感觉
    2020-12-02 22:21

    Updating node helped me, whether that be from the command line or just re-downloading it from the web

提交回复
热议问题