You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
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!"
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
npm ERR! code E404
npm ERR! 404 Not Found: architect-http-static@~0.0.1
While doing npm install getting above error
The text was updated successfully, but these errors were encountered: