codelab
codelab copied to clipboard
Figure out why npm fails on windows
What the issue is about
Currently it is not possible to get going with the codelab on windows using npm (yarn works). See analysis by @jacekk: https://github.com/codelab-fun/codelab/pull/1160#issuecomment-544174093
The goal of this task is to identify which packages are causing the issue, and investigate getting rid of them and replacing
Where to start
Check out this repo in windows and run npm install
I checked yesterday. On the last version of macOS npm install didn't work too. Yarn works perfectly.
Can you check with node 10?
Can you check with node 10?
Okay, I will try to do it.
Today I tried to use node js v10.17.0 (macOS Catalina) and all packages installed without any errors (with npm i
comand).