Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

404 Not Found: architect-http-static #69

Open
shubhendu-abhishek opened this issue Aug 24, 2018 · 3 comments
Open

404 Not Found: architect-http-static #69

shubhendu-abhishek opened this issue Aug 24, 2018 · 3 comments

Comments

@shubhendu-abhishek
Copy link

npm ERR! code E404
npm ERR! 404 Not Found: architect-http-static@~0.0.1

While doing npm install getting above error

@npatel33
Copy link

Yes, I am facing the same issue. Did you figure it out? I am also having problem with "architect-http". While loading config it says "Module not found!"

@arucil
Copy link

arucil commented Dec 5, 2018

Architect-http-static and architect-http modules resides in node_modules already, before running npm install you should delete those two dependencies from package.json and copy the two module folders somewhere to prevent npm from deleting them. After npm install is done, copy back the two modules.

@greuze
Copy link

greuze commented Feb 5, 2019

I had the same issue here. You can do as @arucil explains, or "convert" those two modules in local plugins, by moving to plugins folder, removing dependencies from root package.json and updating the path in config.js (i.e.: architect-http-static -> ./plugins/architect-http-static)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants