Thanks for all the help today I appreciate it!
# seed
r
Thanks for all the help today I appreciate it!
definitely looking at this platform as a potential enterprise user
honestly mostly for the deploy time reduction, but really liking everything the CI/CD and everything else I’m seeing
f
Hi @Robert Wettlaufer, sorry to hear about the hiccups you ran into, did you get your project setup on Seed?
r
Hey Frank! Not yet, I’m running into the error
Copy code
npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/serverless/bin/serverless.js' -> '/usr/local/bin/serverless'
at the moment and trying to figure that out now
Added
--force
to the NPM install command but now I keep running into this “You are not currently logged in” error.
Copy code
$ cd /tmp/seed/source/Infrastructure/Vpc
$ SLS_DEBUG=* serverless -v
0.89 s
$ SLS_DEBUG=* serverless package --stage dev --package sls-package-output
3.37 s
Running "serverless" from node_modules
Packaging vpc for stage dev (us-west-2)
Environment: linux, node 14.17.6, framework 3.17.0 (local) 3.17.0v (global), plugin 6.2.2, SDK 4.3.2
Docs:        <http://docs.serverless.com|docs.serverless.com>
Support:     <http://forum.serverless.com|forum.serverless.com>
Bugs:        <http://github.com/serverless/serverless/issues|github.com/serverless/serverless/issues>
Error:
You are not currently logged in. Follow instructions in <http://slss.io/run-in-cicd> to setup env vars for authentication.
1 deprecation found: run 'serverless doctor' for more details
ERROR: Failed to run: SLS_DEBUG=* serverless package --stage dev --package sls-package-output
f
Oh, are you using Serverless Pro?
If not, you can disable it by commenting out “org” and “app” in your
serverless.yml