WebStorm - error: Please specify npm package

后端 未结 12 2301
忘掉有多难
忘掉有多难 2020-12-29 06:53

Webstorm throws an error when trying to run a command specified in package.json:

\"devDependencies\": {},
      \"scripts\": {
        \"dev\": \"./node_modu         


        
12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-29 07:21

    On Windows I was unable to solve the problem using the Npm package configuration setting using a custom npm installation.

    Installing a standard npm via the node.js solved the problem in WebStorm without having to set the Npm package configuration.

提交回复
热议问题