Open jeremybradbury opened 2 years ago
I tried it using a WSL2 platform:
OS: Ubuntu 20 NODE: 16.14 it gave me errors about upstream dependency conflicts:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: graphqurl-graphiql@0.2.0
npm ERR! Found: graphql@14.7.0
npm ERR! node_modules/graphql
npm ERR! graphql@"^14.3.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from hasura-console-graphiql@0.1.0-alpha.1
npm ERR! node_modules/hasura-console-graphiql
npm ERR! hasura-console-graphiql@"0.1.0-alpha.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See ~/.npm/eresolve-report.txt for a full report.
i then tried to install it this way: npm install --legacy-peer-deps
which didn't work, the error list isn't really worth noting.
then i tried: npm install --force
and node-sass fails to compile
I switched to node 14.9 (maintenance) on Ubuntu 20, it built and ran, but same error from ./node_modules/bootstrap-loader/no-op.js
So, I went all the way back to node 12.22.10 (out of maintenance next month)
same error.
Perhaps it's windows related? But it's still happening inside a WSL2 instance.
OS: Windows 10 NODE: 14.9
I assume this is windows only? (I'll try to confirm)
Steps to repro:
npm i
npm audit fix
or notnpm run dev
ornpm run build