Hi all, I am trying to generate npm-shrinkwrap.jsonfile using steps mentioned here https://nodejs.org/en/blog/npm/managing-node-js-dependencies-with-shrinkwrap/ but i am getting this error:
0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Users\\usename\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'shrinkwrap' ] 2 info using [email protected] 3 info using [email protected] 4 info lifecycle [email protected]~preshrinkwrap: [email protected] 5 silly lifecycle [email protected]~preshrinkwrap: no script for preshrinkwrap, continuing 6 info lifecycle [email protected]~shrinkwrap: [email protected] 7 silly lifecycle [email protected]~shrinkwrap: no script for shrinkwrap, continuing 8 verbose stack Error: Problems were encountered 8 verbose stack Please correct and try again. 8 verbose stack extraneous: [email protected] D:\source_code\project-sub-api\node_modules\align-text 8 verbose stack extraneous: [email protected] D:\source_code\project-sub-api\node_modules\amdefine Would appreciate if someone could shed some light on this issue. Thanks -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/3087d70b-9954-4f13-a0f5-9f768acfa484%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
