I keep getting an error while developing with meteor.js
The error is:
Error: EPERM: operation not permitted, unlink in .meteor\local\build\programs\web.browser\app\app.js’
=> awaited here:
at Promise.await (C:\Users\sppow\AppData\Local.meteor\packages\meteor-tool\2.8.0\mt-os.windows.x86_64\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:60:12)
I have reinstalled meteor, updated it, deleted npm cache, and even updated windows.
I want to use Meteor.js but it is not possible, because it keeps crashing and the only solution is to launch meteor --port 3000+1 with a new port that works for a while until it abruptly crashes.
Also my machine which is high end is slow while meteor is under development.
Please let me know if this is normal, because I wanted to use meteor.js for business purposes, but this seems very unreliable, slow and unstable?
I’m sure there’s something else going on here… but what???