Open Kilowhisky opened 4 years ago
I'm experiencing the exact same thing.
Build Error (broccoli-persistent-filter:Babel > [Babel: dentsure-frontend]) in dentsure-frontend/adapters/application.js
EPERM: operation not permitted, unlink 'C:\Users\n_ras\AppData\Local\Temp\canLinkSrc.tmp'
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"base64-js": "^1.3.1",
"broccoli-asset-rev": "^2.4.5",
"css-element-queries": "^1.2.3",
"date-fns": "^2.16.1",
"ember-ajax": "^3.0.0",
"ember-auto-import": "^1.11.2",
"ember-cli": "^3.10.1",
"ember-cli-app-version": "^3.0.0",
"ember-cli-babel": "^6.6.0",
"ember-cli-content-security-policy": "1.1.1",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-flash": "^1.7.2",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-new-version": "1.4.4",
"ember-cli-nouislider": "1.1.0",
"ember-cli-qunit": "^4.1.1",
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-template-lint": "^2.0.2",
"ember-cli-uglify": "^2.0.0",
"ember-concurrency": "^1.0.0",
"ember-data": "^3.10.0",
"ember-electron": "^3.0.0-beta.1",
"ember-export-application-global": "^2.0.0",
"ember-g-map": "0.0.25",
"ember-linkify": "^4.1.2",
"ember-load": "0.0.17",
"ember-load-initializers": "^1.0.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-pickr": "^1.2.3",
"ember-power-select": "2.3.2",
"ember-qrcode-shim": "^0.4.0",
"ember-qunit": "4.4.1",
"ember-resolver": "^4.0.0",
"ember-simple-auth": "1.8.2",
"ember-source": "^3.10.1",
"ember-uploader": "^2.0.0",
"ember-user-activity": "1.2.1",
"ember-wormhole": "^0.6.0",
"eslint-plugin-ember": "^5.0.0",
"hotkeys-js": "^3.7.2",
"install": "0.12.1",
"loader.js": "^4.2.3",
"node-emoji": "^1.10.0",
"pdfjs-dist": "^2.2.228",
"perfect-scrollbar": "^1.5.0",
"relevancy": "^0.2.0",
"three": "^0.118.3"
},
So I never ended up fixing this. The only solution was to stop developing in windows and instead use WSL. See instructions at the end of the thread here. https://github.com/ember-cli/ember-cli/issues/7156
In my ember project in windows i keep getting random instances of the error on build or rebuild of my project. This usually goes away if i edit a file and cause a rebuilt to trigger. Its been happening for a bit of time now but since there has always been a workaround of just forcing a rebuild i've been ignoring it.
Its now preventing me from packaging due to the high chance of failure. I'm not sure if this bug should be filed under babel or not.
Here is the dump from the log.
Here are my dependencies
Here is a list of the actual installed packages. installed_packages.txt