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
After installing this package with npm, the node_modules/serverless-localhost/ directory contains just package.json, README.md, LICENSE, and CHANGELOG.md. The dist directory is missing.
Consequently running serverless localhost fails with
Serverless plugin "serverless-localhost" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file.
The dist directory should be present after installing.
👟 Steps to reproduce
$ npm install softprops/serverless-localhost
$ ls node_modules/serverless-localhost/
CHANGELOG.md LICENSE README.md node_modules/ package.json
$ serverless localhost
Serverless Error ---------------------------------------
Serverless plugin "serverless-localhost" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file.
🌍 Your environment
$ npm --version
6.5.0
$ node --version
v11.6.0
$ uname -a
Darwin localhost 18.7.0 Darwin Kernel Version 18.7.0: Sun Dec 1 18:59:03 PST 2019; root:xnu-4903.278.19~1/RELEASE_X86_64 x86_64
🐛 Bug description
After installing this package with npm, the
node_modules/serverless-localhost/
directory contains justpackage.json
,README.md
,LICENSE
, andCHANGELOG.md
. The dist directory is missing.Consequently running
serverless localhost
fails withI think you need to commit the dist directory to the repository per https://stackoverflow.com/questions/46619788/npm-install-from-a-git-repo-leaves-a-pretty-blank-package
🤔 Expected Behavior
The dist directory should be present after installing.
👟 Steps to reproduce
🌍 Your environment
serverless version: 1.60.4 (standalone)
serverless-localhost version: latest master, 0.1.0
The text was updated successfully, but these errors were encountered: