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 Jul 19, 2024. It is now read-only.
I have a monorepo and in package.json have a local dependancy eg.
"core": "file:../core",
I get this error:
ERROR in ./sample-function/index.js
Module not found: Error: Can't resolve 'core' in 'C:\work\testing\functions\sample-function'
@ ./sample-function/index.js 2:13-31
@ ./.funcpack/index.gen.js(node:26204) UnhandledPromiseRejectionWarning: Error: Could not webpack project
at Command.<anonymous> (C:\work\testing\functions\node_modules\azure-functions-pack\lib\main.js:158:19)
at Generator.throw (<anonymous>)
at rejected (C:\work\testing\functions\node_modules\azure-functions-pack\lib\main.js:6:65)
at <anonymous>
I guess this comes from webpack? Any advice how to get past this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a monorepo and in package.json have a local dependancy eg.
"core": "file:../core",
I get this error:
I guess this comes from webpack? Any advice how to get past this?
The text was updated successfully, but these errors were encountered: