-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chmod: cannot access error #106
Comments
same here |
@abnava You will see during install that the n98 component hasn't downloaded or installed properly. Took me 3-4 install attempts to get it going. Eventually it cached everything and installed From what i could tell it was due to my internet connection dropping out, so repeated installs eventually caches everything If you follow the install you will see when the n98 component installs (it happens pretty quickly though) |
I also had this issue |
Me either! |
Me too! |
I have it too, any idea how to fix it? |
|
Trying to do this on a Mac to setup my local environment to develop a magento2.3.3 based website and after i run the install-magento2 command i get an error that says
chmod: cannot access './var': No such file or directory chmod: cannot access './vendor': No such file or directory chmod: cannot access './pub/static': No such file or directory chmod: cannot access './pub/media': No such file or directory chmod: cannot access './app/etc': No such file or directory '/var/www/env.sample.php' -> './app/etc/env.php' cp: cannot create regular file './app/etc/env.php': No such file or directory /usr/local/bin/install-magento2: line 27: n98: command not found Could not open input file: ./bin/magento cp: cannot create regular file 'var/composer_home/auth.json': No such file or directory mv: cannot stat 'package.json.sample': No such file or directory mv: cannot stat 'Gruntfile.js.sample': No such file or directory npm WARN enoent ENOENT: no such file or directory, open '/var/www/html/package.json' npm WARN html No description npm WARN html No repository field. npm WARN html No README data npm WARN html No license field. Could not open input file: ./bin/magento
I tried deleting the container and redoing it all but still come to the same issue. I confirmed i have compose and docker and docker-sync install. What else should look for?
The text was updated successfully, but these errors were encountered: