Created
December 28, 2019 10:47
-
-
Save ChristopherDosin/062dccf596eb4396d8b9d39ec1801e41 to your computer and use it in GitHub Desktop.
shopware npm error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shopware [6.1] sudo bin/build-js.sh | |
Password: | |
readlink: illegal option -- f | |
usage: readlink [-n] [file ...] | |
usage: dirname path | |
usage: dirname path | |
npm ERR! code ENOENT | |
npm ERR! syscall open | |
npm ERR! path /vendor/shopware/administration/Resources/package.json | |
npm ERR! errno -2 | |
npm ERR! enoent ENOENT: no such file or directory, open '/vendor/shopware/administration/Resources/package.json' | |
npm ERR! enoent This is related to npm not being able to find a file. | |
npm ERR! enoent | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/christopherdosin/.npm/_logs/2019-12-28T10_45_03_619Z-debug.log | |
npm ERR! code ENOENT | |
npm ERR! syscall open | |
npm ERR! path /vendor/shopware/administration/Resources/package.json | |
npm ERR! errno -2 | |
npm ERR! enoent ENOENT: no such file or directory, open '/vendor/shopware/administration/Resources/package.json' | |
npm ERR! enoent This is related to npm not being able to find a file. | |
npm ERR! enoent | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/christopherdosin/.npm/_logs/2019-12-28T10_45_03_856Z-debug.log | |
npm ERR! code ENOENT | |
npm ERR! syscall open | |
npm ERR! path /vendor/shopware/administration/Resources/app/administration/package.json | |
npm ERR! errno -2 | |
npm ERR! enoent ENOENT: no such file or directory, open '/vendor/shopware/administration/Resources/app/administration/package.json' | |
npm ERR! enoent This is related to npm not being able to find a file. | |
npm ERR! enoent | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/christopherdosin/.npm/_logs/2019-12-28T10_45_04_095Z-debug.log | |
npm ERR! code ENOENT | |
npm ERR! syscall open | |
npm ERR! path /vendor/shopware/storefront/Resources/app/storefront/package.json | |
npm ERR! errno -2 | |
npm ERR! enoent ENOENT: no such file or directory, open '/vendor/shopware/storefront/Resources/app/storefront/package.json' | |
npm ERR! enoent This is related to npm not being able to find a file. | |
npm ERR! enoent | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/christopherdosin/.npm/_logs/2019-12-28T10_45_04_545Z-debug.log | |
internal/modules/cjs/loader.js:775 | |
throw err; | |
^ | |
Error: Cannot find module '/vendor/shopware/storefront/Resources/app/storefront/copy-to-vendor.js' | |
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:772:15) | |
at Function.Module._load (internal/modules/cjs/loader.js:677:27) | |
at Function.Module.runMain (internal/modules/cjs/loader.js:999:10) | |
at internal/main/run_main_module.js:17:11 { | |
code: 'MODULE_NOT_FOUND', | |
requireStack: [] | |
} | |
npm ERR! code ENOENT | |
npm ERR! syscall open | |
npm ERR! path /vendor/shopware/storefront/Resources/app/storefront/package.json | |
npm ERR! errno -2 | |
npm ERR! enoent ENOENT: no such file or directory, open '/vendor/shopware/storefront/Resources/app/storefront/package.json' | |
npm ERR! enoent This is related to npm not being able to find a file. | |
npm ERR! enoent | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/christopherdosin/.npm/_logs/2019-12-28T10_45_04_805Z-debug.log | |
☁ shopware [6.1] npm -v | |
6.10.3 | |
☁ shopware [6.1] node -v | |
v12.9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment