examples icon indicating copy to clipboard operation
examples copied to clipboard

aws-node-single-page-app-via-cloudfront - npm install issues

Open thehme opened this issue 5 years ago • 1 comments

I was trying to use the serverless-single-page-app-plugin in another example, and noticed that it's not possible to install it via npm, either by the usual command or using the one listed in the npm page:

npm install serverless-single-page-app-plugin

or the command at: https://www.npmjs.com/package/serverless-single-page-app-plugin

npm install --save-dev https://github.com/amaysim-au/serverless-single-page-app-plugin/tarball

thehme avatar Apr 17 '19 21:04 thehme

The plugin is not available through npm as I figured out the hard way. The artifact published on npmjs.com links to a repo that doesn't exist anymore.

If you follow the steps in the offical blog post, it should work: https://serverless.com/examples/aws-node-single-page-app-via-cloudfront/

+1 for having this added as an official plugin

jbeullen avatar Jul 16 '19 13:07 jbeullen