We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, love your work with this monrepo for lerna + serverless.
Inside sls-random, i've added serverless-offline as devDep and ran yarn run build and got this error:
sls-random
serverless-offline
yarn run build
1 import { fetchRandomNumber as fetchNumber } from '@org/random' ~~~~~~~~~~~~~ Found 1 error.
I can't figure out why this occurs by simply adding sls-offline. Any idea why this is happening?
sls-offline
The text was updated successfully, but these errors were encountered:
Is there any more error information?
My guess is that you have not added @org/random as a dependency
Sorry, something went wrong.
No branches or pull requests
Hi, love your work with this monrepo for lerna + serverless.
Inside
sls-random
, i've addedserverless-offline
as devDep and ranyarn run build
and got this error:I can't figure out why this occurs by simply adding
sls-offline
. Any idea why this is happening?The text was updated successfully, but these errors were encountered: