Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Warnings for modules not in "dictionaries" #108

Closed
sebastianarena opened this issue May 20, 2017 · 11 comments
Closed

Warnings for modules not in "dictionaries" #108

sebastianarena opened this issue May 20, 2017 · 11 comments

Comments

@sebastianarena
Copy link

Hello!
Is there any way we can suppress warnings for modules we configure ourselves in pkg?
Many modules out there have a custom way of requiring stuff, which is I believe why you did the dictionaries. I would be very happy to have a way to include more modules in a custom way to suppress warnings. I loved the "may-exclude" for internal ones, but we are missing something for the external ones.
Thank you!

@igorklopov
Copy link
Contributor

Can you list all modules that bother you? Or just post warnings log.

@sebastianarena
Copy link
Author

@igorklopov hi!
Here's an output from pkg with warning on specific projects I would love to solve manually:

> [email protected]
> Warning Cannot resolve 'DEFAULT_CONFIG_PATH'
  << redacted path >>/node_modules/newrelic/lib/config.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'modulePath'
  << redacted path >>/node_modules/newrelic/lib/shimmer.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.join(__dirname, '../package.json')'
  << redacted path >>/node_modules/nib/lib/nib.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot find module 'canvas' from '<< redacted path >>/node_modules/nib/lib/nodes'
  << redacted path >>/node_modules/nib/lib/nodes/color-image.js
> Warning Cannot find module 'canvas' from '<< redacted path >>/node_modules/nib/lib/nodes'
  << redacted path >>/node_modules/nib/lib/nodes/gradient.js
> Warning Cannot resolve ''./' + decorator'
  << redacted path >>/node_modules/sharp/lib/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.resolve(found)'
  << redacted path >>/node_modules/stylus/lib/functions/use.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'relative(__dirname, pkg)'
  << redacted path >>/node_modules/stylus/lib/utils.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.join(__dirname, connection)'
  << redacted path >>/connections/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'binding_path'
  << redacted path >>/node_modules/bcrypt/bcrypt.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot find module './lib-cov/stylus' from '<< redacted path >>/node_modules/stylus'
  << redacted path >>/node_modules/stylus/index.js
> Warning Cannot include native addon into executable.
  << redacted path >>/node_modules/sharp/build/Release/sharp.node
  The addon file must be distributed with executable.
> Warning Cannot resolve ''./' + moduleId'
  << redacted path >>/node_modules/raven/lib/instrumentation/instrumentor.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'file'
  << redacted path >>/node_modules/uglify-to-browserify/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Malformed requirement for ''align-text''
  << redacted path >>/node_modules/center-align/utils.js

@igorklopov
Copy link
Contributor

All fixed in [email protected]. Please upgrade!

@sebastianarena
Copy link
Author

I just tried it. It's a little worse, but because of other packages.
Posting so it might help you figure out other things.

> [email protected]
> Warning Cannot resolve 'DEFAULT_CONFIG_PATH'
  << redacted path >>/node_modules/newrelic/lib/config.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'modulePath'
  << redacted path >>/node_modules/newrelic/lib/shimmer.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.join(__dirname, '../package.json')'
  << redacted path >>/node_modules/nib/lib/nib.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot find module 'canvas' from '<< redacted path >>/node_modules/nib/lib/nodes'
  << redacted path >>/node_modules/nib/lib/nodes/color-image.js
> Warning Cannot find module 'canvas' from '<< redacted path >>/node_modules/nib/lib/nodes'
  << redacted path >>/node_modules/nib/lib/nodes/gradient.js
> Warning Cannot resolve ''./' + decorator'
  << redacted path >>/node_modules/sharp/lib/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.resolve(found)'
  << redacted path >>/node_modules/stylus/lib/functions/use.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'relative(__dirname, pkg)'
  << redacted path >>/node_modules/stylus/lib/utils.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.join(__dirname, connection)'
  << redacted path >>/connections/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/acm-2015-12-08.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/acm-2015-12-08.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/apigateway-2015-07-09.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/apigateway-2015-07-09.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/appstream-2016-12-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/athena-2017-05-18.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/athena-2017-05-18.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/batch-2016-08-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/clouddirectory-2016-05-10.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/clouddirectory-2016-05-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/clouddirectory-2016-05-10.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudformation-2010-05-15.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudfront-2016-11-25.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudfront-2016-11-25.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudfront-2016-11-25.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudfront-2017-03-25.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudfront-2017-03-25.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudfront-2017-03-25.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudhsm-2014-05-30.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudsearch-2011-02-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudsearch-2011-02-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudsearch-2013-01-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudsearch-2013-01-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudsearchdomain-2013-01-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codebuild-2016-10-06.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codecommit-2015-04-13.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codedeploy-2014-10-06.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codedeploy-2014-10-06.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codedeploy-2014-10-06.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codepipeline-2015-07-09.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cognito-identity-2014-06-30.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cognito-identity-2014-06-30.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cognito-sync-2014-06-30.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/config-2014-11-12.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cur-2017-01-06.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/cur-2017-01-06.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/datapipeline-2012-10-29.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/datapipeline-2012-10-29.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/devicefarm-2015-06-23.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/devicefarm-2015-06-23.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/directconnect-2012-10-25.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/directconnect-2012-10-25.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/discovery-2015-11-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dms-2016-01-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dms-2016-01-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ds-2015-04-16.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2011-12-05.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2011-12-05.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2011-12-05.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2012-08-10.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/dynamodb-2012-08-10.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ec2-2016-11-15.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecs-2014-11-13.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ecs-2014-11-13.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticache-2015-02-02.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticbeanstalk-2010-12-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticbeanstalk-2010-12-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticbeanstalk-2010-12-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elastictranscoder-2012-09-25.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elastictranscoder-2012-09-25.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/elastictranscoder-2012-09-25.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/email-2010-12-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/email-2010-12-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/email-2010-12-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/email-2010-12-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/es-2015-01-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/es-2015-01-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/events-2015-10-07.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/events-2015-10-07.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/events-2015-10-07.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/gamelift-2015-10-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/glacier-2012-06-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/glacier-2012-06-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/glacier-2012-06-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/glacier-2012-06-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/health-2016-08-04.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/health-2016-08-04.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/iam-2010-05-08.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/iam-2010-05-08.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/iam-2010-05-08.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/iam-2010-05-08.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/importexport-2010-06-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/importexport-2010-06-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/inspector-2016-02-16.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/inspector-2016-02-16.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/inspector-2016-02-16.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/iot-2015-05-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kinesis-2013-12-02.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kinesis-2013-12-02.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kinesisanalytics-2015-08-14.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kms-2014-11-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lambda-2014-11-11.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lambda-2014-11-11.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lambda-2015-03-31.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lex-models-2017-04-19.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lex-models-2017-04-19.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lex-models-2017-04-19.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lightsail-2016-11-28.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/lightsail-2016-11-28.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/logs-2014-03-28.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/logs-2014-03-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/machinelearning-2014-12-12.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/machinelearning-2014-12-12.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/marketplacecommerceanalytics-2015-07-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/marketplacecommerceanalytics-2015-07-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/metadata.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/mobileanalytics-2014-06-05.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/monitoring-2010-08-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/monitoring-2010-08-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/mturk-requester-2017-01-17.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/mturk-requester-2017-01-17.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/opsworks-2013-02-18.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/opsworks-2013-02-18.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/opsworks-2013-02-18.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/opsworks-2013-02-18.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/opsworkscm-2016-11-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/opsworkscm-2016-11-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/organizations-2016-11-28.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/organizations-2016-11-28.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/polly-2016-06-10.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/polly-2016-06-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/polly-2016-06-10.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-01-10.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-01-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-01-10.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-02-12.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-02-12.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-02-12.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-09-09.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-09-09.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-09-09.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2013-09-09.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2014-09-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2014-09-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2014-09-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2014-10-31.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/redshift-2012-12-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/redshift-2012-12-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/resourcegroupstaggingapi-2017-01-26.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/resourcegroupstaggingapi-2017-01-26.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/resourcegroupstaggingapi-2017-01-26.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53-2013-04-01.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53-2013-04-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53-2013-04-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53domains-2014-05-15.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/route53domains-2014-05-15.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/runtime.lex-2016-11-28.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/runtime.lex-2016-11-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/runtime.lex-2016-11-28.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/s3-2006-03-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/s3-2006-03-01.waiters2.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sdb-2009-04-15.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sdb-2009-04-15.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/shield-2016-06-02.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sms-2016-10-24.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sms-2016-10-24.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/snowball-2016-06-30.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sns-2010-03-31.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sns-2010-03-31.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sqs-2012-11-05.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sqs-2012-11-05.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ssm-2014-11-06.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/states-2016-11-23.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/storagegateway-2013-06-30.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/storagegateway-2013-06-30.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/streams.dynamodb-2012-08-10.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/streams.dynamodb-2012-08-10.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/streams.dynamodb-2012-08-10.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sts-2011-06-15.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sts-2011-06-15.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/sts-2011-06-15.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/support-2013-04-15.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/support-2013-04-15.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/swf-2012-01-25.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/swf-2012-01-25.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/waf-2015-08-24.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/waf-2015-08-24.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/waf-2015-08-24.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/waf-regional-2016-11-28.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/waf-regional-2016-11-28.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/waf-regional-2016-11-28.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/workdocs-2016-05-01.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/workspaces-2015-04-08.examples.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json
> Warning Non-javascript file is specified in 'scripts'.
  Pkg will probably fail to parse. Specify *.js in glob.
  << redacted path >>/node_modules/aws-sdk/apis/xray-2016-04-12.min.json
> Warning Add { paths: [ __dirname ] } to stylus options to resolve imports
  << redacted path >>/node_modules/stylus
> Warning Cannot include addon %1 into executable.
  The addon must be distributed with executable as %2.
  << redacted path >>/node_modules/sharp/build/Release/sharp.node
  path-to-executable/sharp.node

@igorklopov
Copy link
Contributor

Thank you very much for more info! Please upgrade to 4.2.1 and try again.

@sebastianarena
Copy link
Author

sebastianarena commented Aug 4, 2017

Much better now!!

> [email protected]
> Warning Cannot resolve 'DEFAULT_CONFIG_PATH'
  << redacted path >>/node_modules/newrelic/lib/config.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'modulePath'
  << redacted path >>/node_modules/newrelic/lib/shimmer.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.join(__dirname, '../package.json')'
  << redacted path >>/node_modules/nib/lib/nib.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot find module 'canvas' from '<< redacted path >>/node_modules/nib/lib/nodes'
  << redacted path >>/node_modules/nib/lib/nodes/color-image.js
> Warning Cannot find module 'canvas' from '<< redacted path >>/node_modules/nib/lib/nodes'
  << redacted path >>/node_modules/nib/lib/nodes/gradient.js
> Warning Cannot resolve ''./' + decorator'
  << redacted path >>/node_modules/sharp/lib/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.resolve(found)'
  << redacted path >>/node_modules/stylus/lib/functions/use.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'relative(__dirname, pkg)'
  << redacted path >>/node_modules/stylus/lib/utils.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot resolve 'path.join(__dirname, connection)'
  << redacted path >>/connections/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Add { paths: [ __dirname ] } to stylus options to resolve imports
  << redacted path >>/node_modules/stylus
> Warning Cannot include addon %1 into executable.
  The addon must be distributed with executable as %2.
  << redacted path >>/node_modules/sharp/build/Release/sharp.node
  path-to-executable/sharp.node

@igorklopov
Copy link
Contributor

igorklopov commented Aug 4, 2017

I am surprised that you see Warning Cannot resolve 'DEFAULT_CONFIG_PATH'
I moved all that warnings to debug mode. So you should specify -d to see them.
However you don't specify it, and see them anyway. That is really strange. Also sharp
should have other warnings. It seems you have your own working directory of pkg,
and did not merge all my upstream commits. Right?

@sebastianarena
Copy link
Author

It might be related to me having a pkg.js config for those modules then.
I was seeing a ton of warnings, and the modules are quite complex, so I did this config to put inside pkg resources and scripts that I think need to be there for it to work properly.

Correct me if I'm wrong.

module.exports = {
    pkg: {
        scripts: [
            'node_modules/newrelic/lib/**/*.js', // newrelic
            'node_modules/nib/lib/**/*.js', // nib
            'node_modules/sharp/lib/**/*.js', // sharp
            'node_modules/stylus/lib/**/*.js' // stylus
        ],
        assets: [
            'node_modules/nib/package.json', // nib
            'node_modules/nib/lib/nib/*', // nib
            'node_modules/sharp/binding.gyp', // sharp
            'node_modules/sharp/package.json', // sharp
            'node_modules/sharp/lib/icc/**/*' // sharp
        ]
    }
}

@igorklopov
Copy link
Contributor

Yeah. But you may remove your config now. I made adjustments pkg-wide b6d9d1a.

@sebastianarena
Copy link
Author

Ok, great! Good to know.
Final warnings are as follows then... so much better!

> [email protected]
> Warning Cannot resolve 'path.join(__dirname, connection)'
  << redacted path >>/connections/index.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot include file %1 into executable.
  The file must be distributed with executable as %2.
  << redacted path >>/node_modules/sharp/build/Release/sharp.node
  path-to-executable/sharp/build/Release/sharp.node
> Warning Cannot include file %1 into executable.
  The file must be distributed with executable as %2.
  << redacted path >>/node_modules/sharp/vendor/lib
  path-to-executable/sharp/vendor/lib
> Warning Add { paths: [ __dirname ] } to stylus options to resolve imports
  << redacted path >>/node_modules/stylus

@igorklopov
Copy link
Contributor

Well, they are supposed to stay. Because they remind you what you should do to use stylus correctly and to deploy sharp correctly.

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

No branches or pull requests

2 participants