1.4.2 regression: files under programs/server/npm/node_modules/meteor in bundles are read-only #7974
Comments
I'm pretty sure this commit is the culprit, since this line is no longer involved. |
Good catch! That's definitely it. |
This should be fixed if you run |
Closing now because this seems to be fixed in my tests, but of course feel free to reopen if you discover otherwise! |
I just ran into this problem too. I upgraded to 1.4.2.1-beta.1 and now I'm getting this error from meteor on my local machine and the deployment server when I try to build and run the app with
|
@harveysanders This is a different error which did exist but the version you're using (beta.1) is no longer the most recent. Meteor 1.4.2.1-rc.1 is out now, so please try that instead:
I believe that will fix your problem. |
Had the same error on meteor 1.4.2.3. Got mine working by installing babel-runtime without version constraint
|
This leads to some problems, eg with phantomjs-prebuilt which overwrites one of its files (lib/location.js) at rebuild time.
The text was updated successfully, but these errors were encountered: