We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
git clone https://github.com/prisma/serverless-plugin-typescript.git cd serverless-plugin-typescript/example npm install
Gives npm WARN [email protected] requires a peer of typescript@>=2.2.2 but none is installed. You must install peer dependencies yourself. warning.
npm WARN [email protected] requires a peer of typescript@>=2.2.2 but none is installed. You must install peer dependencies yourself.
npx serverless deploy -v throws Serverless plugin "serverless-plugin-typescript" initialization errored: Cannot find module 'typescript'
npx serverless deploy -v
Serverless plugin "serverless-plugin-typescript" initialization errored: Cannot find module 'typescript'
My npm version: 6.9.0.
6.9.0
Looks like npm ignores
"devDependencies": { "typescript": "^3.4.1"
installation when the same package in peerDependency exists.
peerDependency
We should update example and README to force user to specify typescript dependency in his package or remove peer dependency.
The text was updated successfully, but these errors were encountered:
693da2b
🎉 This issue has been resolved in version 1.1.8 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Gives
npm WARN [email protected] requires a peer of typescript@>=2.2.2 but none is installed. You must install peer dependencies yourself.
warning.npx serverless deploy -v
throwsServerless plugin "serverless-plugin-typescript" initialization errored: Cannot find module 'typescript'
My npm version:
6.9.0
.Looks like npm ignores
installation when the same package in
peerDependency
exists.We should update example and README to force user to specify typescript dependency in his package or remove peer dependency.
The text was updated successfully, but these errors were encountered: