# @shopware/webpack-plugin-injector@1.0.0 Not found - for Administration frontend install and build

**URL:** https://forum.shopware.com/t/shopware-webpack-plugin-injector-1-0-0-not-found-for-administration-frontend-install-and-build/63036
**Category:** Programming (EN)
**Created:** [18. November 2019 um 14:10 UTC](https://forum.shopware.com/t/shopware-webpack-plugin-injector-1-0-0-not-found-for-administration-frontend-install-and-build/63036 "2019-11-18T14:10:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vladyslav2019](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@vladyslav2019](https://forum.shopware.com/u/vladyslav2019)
#### Post date: [18. November 2019 um 14:10 UTC](https://forum.shopware.com/t/shopware-webpack-plugin-injector-1-0-0-not-found-for-administration-frontend-install-and-build/63036/1 "2019-11-18T14:10:45Z")

</div>

Before trying to build the administration frontend firstly installing&nbsp;dependencies from the package.json,

by npm install command at&nbsp;platform/src/Administration/Resources/administration directory

Not found error is responded for 4 shopware packages:&nbsp;

“@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](https://registry.npmjs.org/@shopware%2fwebpack-plugin-injector) - Not found  
npm ERR! 404&nbsp;  
npm ERR! 404 &nbsp;‘@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&nbsp;[https://registry.npmjs.org/@shopware/eslint-config-base](https://registry.npmjs.org/@shopware/eslint-config-base)&nbsp;and for rest of these ones&nbsp;it is “error”:“Not found” response.

Could you suggest where to find these packages?
