codelab icon indicating copy to clipboard operation
codelab copied to clipboard

Figure out why npm fails on windows

Open kirjs opened this issue 5 years ago • 4 comments

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

kirjs avatar Oct 22 '19 16:10 kirjs

I checked yesterday. On the last version of macOS npm install didn't work too. Yarn works perfectly.

SNPR avatar Nov 11 '19 06:11 SNPR

Can you check with node 10?

NothingEverHappens avatar Nov 11 '19 06:11 NothingEverHappens

Can you check with node 10?

Okay, I will try to do it.

SNPR avatar Nov 11 '19 06:11 SNPR

Today I tried to use node js v10.17.0 (macOS Catalina) and all packages installed without any errors (with npm i comand).

SNPR avatar Nov 12 '19 17:11 SNPR