Closed
Description
Description
TL;DR when using npm3 node packages should not include their dependencies. ie shouldn't have a sub node_modules folder. on windows this can cause long path names. longer than what windows can support.
npm guidance https://docs.npmjs.com/how-npm-works/npm3
Long story but we use cake build scripts and it doesn't support long files paths on windows. We have had a similar issue recently when phantomjs broken release.
Environment
npm ls react-scripts
(if you haven’t ejected): react-scripts@0.7.0node -v
: v4.4.5 / v6.9.1npm -v
: v3.7.1 / v3.10.8
Then, specify:
- Operating system: Windows 10 and Windows Server 2012