Cannot seem to run next build
due to folder not being writeable
#13636
-
So, I've recently started upgrading some of our sites that are running old versions of Next (5.x & 7.x) to the latest version. For this particular site, I am upgrading from 5.1.0 to 9.4.4. Node: 12.16.3 I am running into an issue when
The sites are still running an express server and the plan is to remove those in the near future, so I can get it to build with it still, that would be great. Otherwise, I will take the time to remove it. Additionally, I noticed this error in our pipeline, when installing dependencies, which I don't get locally.
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I have the same issue. It's just happening right now. |
Beta Was this translation helpful? Give feedback.
-
The same for me. |
Beta Was this translation helpful? Give feedback.
-
Bumped Next from 9.1.1 to 9.4.4 and encountered this error too. Reverted to 9.1.1 and build succeeded. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue and solved it after updating |
Beta Was this translation helpful? Give feedback.
I had the same issue and solved it after updating
node
from version 8 to version 12. Found answer here #13091