Skip to content
New issue

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

win setup crashes #5

Open
dtev opened this issue Oct 5, 2019 · 0 comments
Open

win setup crashes #5

dtev opened this issue Oct 5, 2019 · 0 comments

Comments

@dtev
Copy link

dtev commented Oct 5, 2019

manually edited the 4 files to put the bucked, account etc.. into them

C:\Users\mikeh\Documents\aws-serverless-node-red>npm run win-setup

aws-serverless-node-red@2.1.1 win-setup C:\Users\mikeh\Documents\aws-serverless-node-red
npm install && (aws s3api get-bucket-location --bucket %npm_package_config_s3BucketName% --region %npm_package_config_region% || npm run win-create-bucket) && npm run win-package-deploy

npm WARN aws-serverless-node-red@2.1.1 No repository field.

audited 1605 packages in 1.759s
found 7 vulnerabilities (2 low, 5 high)
run npm audit fix to fix them, or npm audit for details
{
"LocationConstraint": null
}

aws-serverless-node-red@2.1.1 win-package-deploy C:\Users\mikeh\Documents\aws-serverless-node-red
npm run win-package && npm run win-deploy

aws-serverless-node-red@2.1.1 win-package C:\Users\mikeh\Documents\aws-serverless-node-red
aws cloudformation package --template ./cloudformation.yaml --s3-bucket %npm_package_config_s3BucketName% --output-template packaged-sam.yaml --region %npm_package_config_region%

while parsing a block mapping
in "", line 47, column 11:
- Effect: "Allow"
^
expected , but found ''
in "", line 52, column 20:
- Effect: "Allow"
^
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! aws-serverless-node-red@2.1.1 win-package: aws cloudformation package --template ./cloudformation.yaml --s3-bucket %npm_package_config_s3BucketName% --output-template packaged-sam.yaml --region %npm_package_config_region%
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the aws-serverless-node-red@2.1.1 win-package script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\mikeh\AppData\Roaming\npm-cache_logs\2019-10-05T17_38_33_221Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! aws-serverless-node-red@2.1.1 win-package-deploy: npm run win-package && npm run win-deploy
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the aws-serverless-node-red@2.1.1 win-package-deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\mikeh\AppData\Roaming\npm-cache_logs\2019-10-05T17_38_33_270Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! aws-serverless-node-red@2.1.1 win-setup: npm install && (aws s3api get-bucket-location --bucket %npm_package_config_s3BucketName% --region %npm_package_config_region% || npm run win-create-bucket) && npm run win-package-deploy
npm ERR! Exit status 255
npm ERR!
npm ERR! Failed at the aws-serverless-node-red@2.1.1 win-setup script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\mikeh\AppData\Roaming\npm-cache_logs\2019-10-05T17_38_33_313Z-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant