dev.socrata.com icon indicating copy to clipboard operation
dev.socrata.com copied to clipboard

issue in deploy.sh

Open johnfelipe opened this issue 3 years ago • 0 comments

root@ubuntu20:~/dev.socrata.com/build# ./deploy.sh
+ npm i -g surge
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

changed 112 packages, and audited 113 packages in 4s

3 packages are looking for funding
  run `npm fund` for details

1 critical severity vulnerability

To address all issues, run:
  npm audit fix --force

Run `npm audit` for details.
+ bundle exec rake jekyll
(in /root/dev.socrata.com)
Performing a full build...
Configuration file: /root/dev.socrata.com/_config.yml
            Source: /root/dev.socrata.com
       Destination: public
 Incremental build: disabled. Enable with --incremental
      Generating...
Writing related page mappings to temporary file...
Generating search data for 3759 words
Writing search data to temporary file...
Generating APIs.json file
... for 10000 APIs...
Generating sitemap...
... Including 10000 Foundry pages...
                    done in 82.635 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
+ surge --project ./public --domain https://dev.socrata.com

   Running as [email protected] (Student)

   Aborted - No such file or directory: ./public

how solve this?

johnfelipe avatar Jul 07 '22 18:07 johnfelipe