小编Nir*_*uri的帖子

npm run 文件名、目录名或卷标语法不正确

有人可以帮忙吗?当我运行命令 npm run cypress:open 时,我明白了这句话。

文件名、目录名或卷标语法不正确。我认为它之前工作正常,但在升级节点后它停止工作。

npm run 文件名、目录名或卷标语法不正确

我的 package.json 文件

  "name": "esb-ui",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ngcc": "ngcc",
    "ng": "ng",
    "start": "ng serve",
    "start:es5": "ng serve --configuration es5",
    "start:prod": "npm run ng-high-memory -- serve --configuration production",
    "prebuild": "npm run updateversion",
    "build": "npm run ng-high-memory -- build --configuration production --aot",
    "test": "npm run ng-high-memory -- test --browsers chrome_headless --watch=false",
    "test-ie11": "ng test --browsers IE --code-coverage --watch=false",
    "test-edge": "ng test --browsers Edge --code-coverage --watch=false",
    "test-chrome": "ng test --browsers …
Run Code Online (Sandbox Code Playgroud)

npm angular

1
推荐指数
1
解决办法
4634
查看次数

标签 统计

angular ×1

npm ×1