react-boilerplate / react-boilerplate

🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
https://www.reactboilerplate.com
MIT License
29.46k stars 6.12k forks source link

NPM run setup fails on current master #2951

Open baradhili opened 4 years ago

baradhili commented 4 years ago

Description

runnings NPM run setup after git clone of repo gives complaint

ENOENT: no such file or directory, open 'node_modules/@babel/helper-call-delegate/node_modules/@babel/generator/package.json.3722622301'

failing the setup.. checking the node_modules dir - there is no @babel/helper-call-delegate directory... manually attempting to install help-call-delegate or @babel/helpers gives bottomless errors..

running homestead environment with node version - 14.5.0 and npm version 6.14.6

Steps to reproduce

git clone https://github.com/react-boilerplate/react-boilerplate.git src cd to src npm run setup

Expected behavior npm run setup should succeed

Screenshots Screenshots-Screenshot-20200825133743-2998x1156

(looking at log file - no additional info

Versions

exlame commented 4 years ago

This problem is generally caused by a shared_folders when working with VMs. See https://github.com/mirumee/saleor/issues/4333