You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an expert either but I encountered an issue similar to yours.
It's unfortunate that these issues appear to be languishing.
So, I spent (probably too long) this afternoon Googling around for solutions and appear to have been successful using n:
I'm using Google Cloud Shell as I don't want to install Node.js and npm on my host.
Installed n (npm install -g n) and am using N_PREFIX (i.e. mkdir ${HOME}/.n && export N_PREFIX=${HOME}/.n)
Remove package-lock.json and node_modules
Installed (a non-16.x Node.js) with n use 15.14.0
I was expecting this to change node --version but it didn't
n exec 15.14.0 npm install then n exec 15.14.0 npm start
And I'm able to browse the Shrine app.
I hope that helps others!
It would be good if the repo owners were to (please!) update the documentation to reflect the apparent issue with the codelabs' use of fibers and Node.js v16.x
Here is the output from running
npm install
I am by no means an expert and would appreciate any feedback, trying to follow the MDC 101 tutorial.
Note: running
npm audit fix
hasn't changed anything.The text was updated successfully, but these errors were encountered: