-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
enhancementNew feature or requestNew feature or requestpm:yarn3Bugs related to Yarn 3Bugs related to Yarn 3
Description
Which Remix packages are impacted?
remix
(Remix core)create-remix
What version of Remix are you using?
1.0.5
Steps to Reproduce
Trying to install dependencies with Yarn berry. My current Yarn version is v3.2.0-rc.5
.
Log file:
# This file contains the result of Yarn building a package (azat-io@workspace:.)
# Script name: postinstall
(node:67592) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
EROFS: read-only filesystem, open '/node_modules/remix/package.json'
Dependencies in my package.json
:
{
"dependencies": {
"@remix-run/node": "1.0.5",
"@remix-run/react": "1.0.5",
"@remix-run/serve": "1.0.5",
"@remix-run/server-runtime": "1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"remix": "1.0.5"
},
"devDependencies": {
"@remix-run/dev": "1.0.5",
"@types/react": "17.0.24",
"@types/react-dom": "17.0.9",
"typescript": "4.1.2"
}
}
Expected Behavior
Installation successful
Actual Behavior
Installation failed
silouanwright, halvardssm, yusoofsh, accidentaldeveloper, EnoahNetzach and 6 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpm:yarn3Bugs related to Yarn 3Bugs related to Yarn 3