Before trying to build the administration frontend firstly installing dependencies from the package.json,
by npm install command at platform/src/Administration/Resources/administration directory
Not found error is responded for 4 shopware packages:
“@shopware/webpack-copy-after-build”: “1.0.0”,
“@shopware/webpack-kill-process-on-failed-build”: “1.0.0”,
“@shopware/webpack-plugin-injector”: “1.0.0”,
“@shopware/eslint-config-base”: “1.0.0”,
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@shopware%2Fwebpack-plugin-injector - Not found
npm ERR! 404
npm ERR! 404 ‘@shopware/webpack-plugin-injector@1.0.0’ is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of ‘administration’
At the url https://registry.npmjs.org/@shopware/eslint-config-base and for rest of these ones it is “error”:“Not found” response.
Could you suggest where to find these packages?