Skip to content

Have NPM as a runtime dependency #246

@ribrdb

Description

@ribrdb

I'm trying to package my extension based on the lsp-sample. I run vsce package in the client directory and it says:

$ vsce package
Executing prepublish script 'npm run vscode:prepublish'...

> vscode-closure-completion-client@0.0.1 vscode:prepublish /Volumes/Seagate/Users2/ribrdb/Developer/vscode-extension-samples-master/lsp-sample/client
> ../node_modules/.bin/tsc -p ./

Error: Command failed: npm list --production --parseable --depth=99999
npm ERR! missing: block-stream@https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz, required by tar@2.2.1
npm ERR! missing: inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz, required by block-stream@https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions