angular/angular-bazel-example

Already install @bazel/ibazel but still not running on window

hiepxanh opened this issue · 4 comments

error An unexpected error occurred: "EPERM: operation not permitted, unlink 'E:\\project\\angular-bazel-example\\node_modules\\@bazel\\ibazel\\bin\\windows_amd64\\ibazel.exe'". ) Loading: 0 packages loaded Loading: 0 packages loaded Error running Bazel exit status 7 E:\project\angular-bazel-example\node_modules\@bazel\ibazel\bin\windows_amd64\ibazel.exe failed with code 4.

command: ng serve

info:
I still got that error @chgc how can you fix it?
this is my devDependencies:

 "devDependencies": {
        "@angular/bazel": "angular/bazel-builds#8.0.0+762fc28",
        "@angular/cli": "8.0.1",
        "@angular/compiler": "8.0.0",
        "@angular/compiler-cli": "8.0.0",
        "@bazel/bazel": "^0.26.1",
        "@bazel/benchmark-runner": "0.1.0",
        "@bazel/buildifier": "0.25.1",
        "@bazel/ibazel": "0.10.3",
        "@bazel/karma": "~0.31.1",
        "@bazel/typescript": "~0.31.1",
        "@types/jasmine": "3.3.13",
        "@types/node": "6.14.6",
        "clang-format": "1.2.4",
        "core-js": "2.6.8",
        "firebase-tools": "7.0.0",
        "husky": "0.14.3",
        "protractor": "6.0.0",
        "ts-morph": "2.1.2",
        "typescript": "3.4.5"
    },

bazel version: Build label: 0.26.0
operator: window 10 64 bit AMD chip
already try @bazel/bazel@0.26.1 and @bazel/bazel@latest, even running in administrator mode, nothing work sir, what did I wrong? what should I do ?

Hello, buddy, have you solved this problem?I have the same problem. I don't know what to do

I'm still stucking on this sir.

Looks like another case of bazel-contrib/rules_nodejs#894

closing as a duplicate