Skip to content

Unexpected end of JSON input while parsing near '...,"coffeescript":"^1.1' #255

Description

@SamuelMarks

Expected Behavior

Success

Actual Behavior

On 847f8fd, with an empty Docker cache and:

$ make info
.:: OPENEDX-DOCKER ::.

== Active configuration ==

* EDX_RELEASE                : eucalyptus.3
* FLAVOR                     : bare
* FLAVORED_EDX_RELEASE_PATH  : releases/eucalyptus/3/bare
* EDX_RELEASE_REF            : open-release/eucalyptus.3
* EDX_ARCHIVE_URL            : https://github.com/edx/edx-platform/archive/open-release/eucalyptus.3.tar.gz
* EDX_DEMO_RELEASE_REF       : open-release/eucalyptus.3
* EDX_DEMO_ARCHIVE_URL       : https://github.com/edx/edx-demo-course/archive/open-release/eucalyptus.3.tar.gz
* REDIS_SERVICE              : redis
* EDXAPP_IMAGE_NAME          : edxapp
* EDXAPP_IMAGE_TAG           : eucalyptus.3-bare
* EDXAPP_NGINX_IMAGE_NAME    : edxapp-nginx
$ docker --version ; docker-compose --version
Docker version 19.03.13, build 4484c46d9d
docker-compose version 1.27.3, build 4092ae5d
Step 43/80 : RUN npm install
 ---> Running in 9d9a12a108e9
npm WARN deprecated coffee-script@1.6.1: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated pa11y-reporter-1.0-json@1.0.2: This reporter is now deprecated and will no longer be supported by the Pa11y team. Please refer to the Pa11y migration guide or README to update your project.
npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead:
npm WARN deprecated   npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated graceful-fs@1.1.14: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated formatio@1.1.1: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated samsam@1.1.2: This package has been deprecated in favour of @sinonjs/samsam
npm WARN deprecated samsam@1.1.3: This package has been deprecated in favour of @sinonjs/samsam
npm ERR! Unexpected end of JSON input while parsing near '...,"coffeescript":"^1.1'

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-09-30T03_48_24_981Z-debug.log
ERROR: Service 'lms' failed to build : The command '/bin/sh -c npm install' returned a non-zero code: 1
Makefile:143: recipe for target 'build' failed
make: *** [build] Error 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions